Class PatternLayout

  • All Implemented Interfaces:
    Layout<IAccessEvent>, ContextAware, LifeCycle

    public class PatternLayout
    extends PatternLayoutBase<IAccessEvent>

    This class is a module-specific implementation of PatternLayout to allow http-specific patterns to be used. The ch.qos.logback.access.PatternLayout provides a way to format the logging output that is just as easy and flexible as the usual PatternLayout.

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

    Author:
    Ceki Gülcü, Sébastien Pennec