[log4perl-devel] multiple log levels at root
ot;, "log4perl.appender.File.layout.ConversionPattern" => '%p>%M-%L: %m%n' }; Log::Log4perl::init($conf); $logger = get_logger($name); ... # Problem is that I need to *always* send info (and "up&
Re: [log4perl-devel] multiple log levels at root
Sorry it took so long to get back to you. (Was out for a couple of days.) Mike Schilli wrote: > On Thu, 22 May 2008, Craig wrote: > >> Problem is that I need to *always* send info (and "up") messages to the >> file and error (and "up") to stderr regardless o
