|
From: Cereda M. <Mar...@si...> - 2006-07-21 16:48:48
|
Hi Mike,
=20
I' ve downloaded the latest release of Log4Perl ( 1.06 ).
I use it with my own log file.
I want to rotate the log file, so I use
Log::Log4perl::JavaMap::RollingFileAppender,
but I obtain the error 'can't locate Log/Dispatch/FileRotate.pm'.
=20
In the tar file there isn't this file . Should I download something else
?=20
=20
Have I made any error?
=20
This is my config file:
=20
log4perl.logger.tas =3D INFO,tasLog
#log4perl.appender.tasLog=3DLog::Log4perl::Appender::File
=20
log4perl.appender.tasLog=3DLog::Log4perl::JavaMap::RollingFileAppender
log4perl.appender.tasLog.mode=3Dappend
log4perl.appender.tasLog.filename=3Dtas.log
log4perl.appender.tasLog.size=3D100
log4perl.appender.tasLog.max=3D5
=20
thanks
=20
Ciao=20
Stella=20
|