Class ConsoleAppenderFactory<E extends ch.qos.logback.core.spi.DeferredProcessingAware>

  • All Implemented Interfaces:
    Discoverable, AppenderFactory<E>

    public class ConsoleAppenderFactory<E extends ch.qos.logback.core.spi.DeferredProcessingAware>
    extends AbstractOutputStreamAppenderFactory<E>
    An AppenderFactory implementation which provides an appender that writes events to the console.

    Configuration Parameters:

    Name Default Description
    type REQUIRED The appender type. Must be console.
    threshold ALL The lowest level of events to print to the console.
    timeZone UTC The time zone to which event timestamps will be converted.
    target stdout The name of the standard stream to which events will be written. Can be stdout or stderr.
    logFormat the default format The Logback pattern with which events will be formatted. See the Logback documentation for details.
    See Also:
    AbstractAppenderFactory