Log::Agent::Driver::File

Log::Agent::Driver::File is a file logging driver for Log::Agent.
Download

Log::Agent::Driver::File Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Raphael Manfredi and Mark Rogaski
  • Publisher web site:
  • http://search.cpan.org/~mrogaski/Log-Agent-Rotate-0.104/Rotate.pm

Log::Agent::Driver::File Tags


Log::Agent::Driver::File Description

Log::Agent::Driver::File is a file logging driver for Log::Agent. Log::Agent::Driver::File is a file logging driver for Log::Agent.SYNOPSIS use Log::Agent; require Log::Agent::Driver::File; my $driver = Log::Agent::Driver::File->make( -prefix => "prefix", -duperr => 1, -stampfmt => "own", -showpid => 1, -magic_open => 0, -channels => { error => '/tmp/output.err', output => 'log.out', debug => '../appli.debug', }, -chanperm => { error => 0777, output => 0666, debug => 0644 } ); logconfig(-driver => $driver); Requirements: · Perl


Log::Agent::Driver::File Related Software