
Cool. Thanks for keeping is informed. -- Ceki On 18.10.2011 16:55, Stevo Slavić wrote:
Migrated from log4j to logback. There was a custom PatternLayout extensions which processed logging event message before passing on new logging event with changed message.
Logging event message processing was simple replacement of some characters. Replaced this with stock PatternLayout and pattern configured using replace conversion word (see http://logback.qos.ch/manual/layouts.html#replace )
Regards, Stevo.
On Wed, Oct 12, 2011 at 10:13 PM, Stevo Slavić<sslavic@gmail.com> wrote:
Hello Logback users,
Is there a way to clone LoggingEvent?
In a custom PatternLayout implementation I'd like just to change the logging event message, so need to create new LoggingEvent with everything same as original LoggingEvent except for the message.
Regards, Stevo.