Details
-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
None
-
None
-
None
Description
In http://logback.qos.ch/manual/layouts.html#writingYourOwnLayout MySampleLayout.java example the line
sbuf.append(event.getLoggerName();
is missing the final ')'.