> Another possible nit:my formats tend to have %n in them for
> auto-newlines, as sometimes Iput in the newline,
> sometimes I don't. Would it make sense for thevarious
> appenders and whatnot to chomp the log message so that
> therearen't dual newlines?
We don't control the appenders directly, we're using what's available in the Log::Dispatch namespace. The question is, though, should PatternLayout.pm check for a trailing newline and, if it's already there, *not* append another one if the format contains a %n? That's probably nice-to-have. I'll throw it in.
-- Mike
|