Search found 1 match

by doahh
Fri Nov 04, 2011 6:29 pm
Forum: Using LogMX
Topic: Log4j pattern parser not implementing %C{1} correctly
Replies: 1
Views: 6378

Log4j pattern parser not implementing %C{1} correctly

Hello, I have the following Log4j pattern parser: %d{HH:mm:ss.SSS} | [%-5p] | %C{1} | %m and the following Parser test: 18:05:07.338 | [DEBUG] | l10n.map.LocalizationMap | l10n: controllerAbstract.l10nAlertErrorTitle [Error message] and I am finding that the {1} part of the %C{1} is not being read. ...