debian man page for paranoid::log::file

Query: paranoid::log::file

OS: debian

Section: 3pm

Links: debian man pages   all man pages

Forums: unix linux community   forum categories

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Paranoid::Log::File(3pm)				User Contributed Perl Documentation				  Paranoid::Log::File(3pm)

NAME
Paranoid::Log::File - File Logging Functions
VERSION
$Id: File.pm,v 0.83 2010/04/15 23:23:28 acorliss Exp $
SYNOPSIS
use Paranoid::Log; enableFacility('events', 'file', 'debug', '+', $filename);
DESCRIPTION
This module logs messages to the log files, and is safe for use with forked children logging to the same files. Each child will open their own filehandles and use advisory locking for writes. This module should not be used directly, Paranoid::Log should be your exclusive interface for logging.
SUBROUTINES
/METHODS NOTE: Given that this module is not intended to be used directly nothing is exported. init log remove dump
DEPENDENCIES
o Fcntl o Paranoid::Debug o Paranoid::Filesystem o Paranoid::Input
SEE ALSO
o Paranoid::Log
BUGS AND LIMITATIONS
This isn't a high performance module when dealing with a high logging rate with high concurrency. This is due to the advisory locking requirement and the seeks to the end of the file with every message. This facility is intended as a kind of lowest-common demoninator for programs that need some kind of logging capability.
AUTHOR
Arthur Corliss (corliss@digitalmages.com)
LICENSE AND COPYRIGHT
This software is licensed under the same terms as Perl, itself. Please see http://dev.perl.org/licenses/ for more information. (c) 2005, Arthur Corliss (corliss@digitalmages.com) perl v5.14.2 2010-04-15 Paranoid::Log::File(3pm)
Related Man Pages
paranoid(3pm) - debian
paranoid::data(3pm) - debian
paranoid::log::buffer(3pm) - debian
paranoid::log::email(3pm) - debian
paranoid::process(3pm) - debian
Similar Topics in the Unix Linux Community
Paranoid about hackers
Log File - Getting Info about preceding Date of Pattern Found
Script For Deleting Contents of "Live" Log File
Using SED/AWK to Summarize Log File in 10min Intervals
File manipulation