Class ConsoleAppender<E>

  • All Implemented Interfaces:
    Appender<E>, ContextAware, FilterAttachable<E>, LifeCycle

    public class ConsoleAppender<E>
    extends OutputStreamAppender<E>
    ConsoleAppender appends log events to System.out or System.err using a layout specified by the user. The default target is System.out.

     

    For more information about this appender, please refer to the online manual at http://logback.qos.ch/manual/appenders.html#ConsoleAppender
    Author:
    Ceki Gülcü, Tom SH Liu, Ruediger Dohna