In http://logback.qos.ch/manual/layouts.html#writingYourOwnLayout MySampleLayout.java example the line
sbuf.append(event.getLoggerName();
is missing the final ')'.