|
From: Roger D. <rog...@gl...> - 2006-10-02 13:34:25
|
Apologies if this is a n00b question - I've already trawled the docos.
I've a log.conf file which contains the configuration for a STDOUT
appender. I initialise log4perl with the init call using that log.conf,
however the STDOUT appender isn't invoked at this stage. Later on, I want
to invoke the STDOUT appender in the code - something like
"$logger.add_appender("<something that goes here which indicates the
STDOUT appender>") Is this in the right barnyard? What is the correct
procedure please?
TIA
Roger
|