in reply to Re: Configuring log4perl to print TimeStamp
in thread Configuring log4perl to print TimeStamp

Thanks alot. Layout works well :) here what I added:
my $layout = Log::Log4perl::Layout::PatternLayout->new( "%n%d - %p>%m{inden +t}"); $appender->layout($layout);