saberworks has asked for the wisdom of the Perl Monks concerning the following question:
This allows me to log messages specific to a job to one log file and all other messages to a global log file. This is all working fine.$log->('some global log message'); $job_log->('some log message specific to this job');
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Daemon, log4perl & stderr/stdout
by pc88mxer (Vicar) on May 27, 2008 at 21:47 UTC | |
by saberworks (Curate) on May 27, 2008 at 22:25 UTC | |
by ikegami (Patriarch) on May 27, 2008 at 22:46 UTC | |
by pc88mxer (Vicar) on May 27, 2008 at 23:17 UTC | |
by pc88mxer (Vicar) on May 27, 2008 at 22:37 UTC | |
by saberworks (Curate) on May 28, 2008 at 18:00 UTC | |
by ikegami (Patriarch) on May 27, 2008 at 22:59 UTC | |
by saberworks (Curate) on May 28, 2008 at 17:59 UTC | |
Re: Daemon, log4perl & stderr/stdout
by saberworks (Curate) on May 30, 2008 at 16:31 UTC |