Hi, I'm using ConsoleAppender and I want to set different "ConversionPattern" for each Priority level.
For example: INFO records will use pattern: %d %5p - %m%n and ERROR records will use pattern: %d %5p (%F:%L) - %m%n How can this be done? Thanks! -- View this message in context: http://old.nabble.com/ConversionPattern-per-Priority-%28ConsoleAppender%29-tp30631982p30631982.html Sent from the Log4j - Dev mailing list archive at Nabble.com.
