Hi there,
Got another question: I'd like to enable logging within our home grown module
packages, such as: Mycompany:Modules:A, Mycompany:Modules:B, etc, without
setting a logger in the configuration file for every module.
What's the best way of doing this?
Thanks in advance!
David
Hi there,
Is there a way to use parameters from Log::Log4perl::Layout::PatternLayout,
such as %F, %p, %c, in email subject from Log::Dispatch::Email::MailSender?
Something like:
layout_class = Log::Log4perl::Layout::PatternLayout
layout_pattern = %d %5p %F{1} %L> %m %n
layout_email_pattern =
Hi there,
Here is my log4perl.properties file setup for Log::Log4perl::Appender::DBI
log4perl.appender.DBAppender = Log::Log4perl::Appender::DBI
log4perl.appender.DBAppender.datasource =
DBI:mysql:dbname=tmp;host=devserv;port=
log4perl.appender.DBAppender.username = user
log4perl.appender.DBAp