Log::Dispatch::FileShared

Log::Dispatch output class for logging to shared files
Download

Log::Dispatch::FileShared Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Publisher Name:
  • Craig Manley
  • Publisher web site:
  • http://search.cpan.org/~cmanley/

Log::Dispatch::FileShared Tags


Log::Dispatch::FileShared Description

Log::Dispatch output class for logging to shared files Log::Dispatch::FileShared is a Perl module that provides an output class for logging to shared files under the Log::Dispatch system.Log messages are written using the flock file locking mechanism on a per write basis which means that this module is suitable for sharing a log file in a multitasking environment.This class descends directly from Log::Dispatch::Output.SYNOPSIS use Log::Dispatch::FileShared; my $output = Log::Dispatch::FileShared->new( name => 'test', min_level => 'info', filename => 'application.log', ); $output->log( level => 'emerg', message => 'Time to die.' ); Requirements: · Perl


Log::Dispatch::FileShared Related Software