http://qs321.pair.com?node_id=599701


in reply to Size of the logfile in Log4perl

ummm... read the docs?
use Log::Dispatch::FileRotate; my $file = Log::Dispatch::FileRotate->new( name => 'file1', min_level => 'info', filename => 'Somefile.log', mode => 'append' , size => 100, max => 6, );



This is not a Signature...