mguttman has asked for the wisdom of the Perl Monks concerning the following question:
Not liking the outcome of Log::Log4perl::Layout::PatternLayout::Multiline, I wonder how can I make log4perl format the log to look like the following:
18:21:58 Here starts a long logging line.... _________continuing here... _________and even here.... 18:22:06 Starting another one here...
(The underscores above are white space)
In other words, how do I specify the max line length and how do I skip past the %d{...} generated time stamp at the beginning of subsequent lines?
Well, while at that, can I specify TAB positions to create a table of sort?
Meir
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: log4perl long lines
by Perlbotics (Archbishop) on Mar 04, 2012 at 20:06 UTC | |
Re: log4perl long lines
by ramlight (Friar) on Mar 05, 2012 at 16:53 UTC |