Log::Dispatch::File::Locked(3pmUser Contributed Perl DocumentatioLog::Dispatch::File::Locked(3pm)
NAME
Log::Dispatch::File::Locked - Extension to Log::Dispatch::File to facilitate locking
SYNOPSIS
use Log::Dispatch::File::Locked;
my $file = Log::Dispatch::File::Locked->new( name => 'locked_file1',
min_level => 'info',
filename => 'Somefile.log',
);
$file->log( level => 'emerg', message => "I've fallen and I can't get up\n" );
DESCRIPTION
This module acts exactly like Log::Dispatch::File except that it obtains an exclusive lock
on the file before writing to it.
METHODS
All methods are inherited from Log::Dispatch::File.
AUTHOR
Dave Rolsky, <autarch AT urth.org>
perl v5.8.8 2007-11-01 Log::Dispatch::File::Locked(3pm)
Generated by $Id: phpMan.php,v 4.49 2006/02/26 13:18:18 chedong Exp $ Author: Che Dong
On Apache
Under GNU General Public License
2012-05-24 15:42 @38.107.179.236 Crawled by CCBot/1.0 (+http://www.commoncrawl.org/bot.html)