in reply to Re: Configuring log4perl to print TimeStampin thread Configuring log4perl to print TimeStamp
my $layout = Log::Log4perl::Layout::PatternLayout->new( "%n%d - %p>%m{inden +t}"); $appender->layout($layout); [download]