Log::Agent::Rotate

Log::Agent::Rotate is a Perl module with parameters for logfile rotation.
Download

Log::Agent::Rotate 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::Rotate Tags


Log::Agent::Rotate Description

Log::Agent::Rotate is a Perl module with parameters for logfile rotation. Log::Agent::Rotate is a Perl module with parameters for logfile rotation.SYNOPSIS require Log::Agent::Rotate; my $policy = Log::Agent::Rotate->make( -backlog => 7, -unzipped => 2, -is_alone => 0, -max_size => 100_000, -max_time => "1w", -file_perm => 0666 );The Log::Agent::Rotate class holds the parameters describing the logfile rotation policy, and is meant to be supplied to instances of Log::Agent::Driver::File via arguments in the creation routine, such as -rotate, or by using array references as values in the -channels hashref: See complementary information in Log::Agent::Driver::File. Requirements: · Perl


Log::Agent::Rotate Related Software