in reply to Re^2: log file in Log4perl
in thread log file in Log4perl
In the piece of code you mentioned, you are not writing Perl code but a properties file (with lines "key = value") which is read by this statement:
Log::Log4perl::init_and_watch('/etc/log4perl.conf',5);
The value can be extended for many lines if they end in "\". There is more info in the FAQ within Log-Log4perl distribution.
|
|---|