Class PatternLayout

java.lang.Object
All Implemented Interfaces:
Layout<ILoggingEvent>, ContextAware, LifeCycle

A flexible layout configurable with pattern string. The main method in this class is to doLayout(ILoggingEvent). It returns the results as a {#link String}. The format and contents of the result depends on the conversion pattern.

For more information about this layout, please refer to the online manual at http://logback.qos.ch/manual/layouts.html#PatternLayout