Class BasicConfigurator

java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.classic.BasicConfigurator
All Implemented Interfaces:
Configurator, ContextAware

public class BasicConfigurator extends ContextAwareBase implements Configurator
BasicConfigurator configures logback-classic by attaching a ConsoleAppender to the root logger. The console appender's layout is set to a TTLLLayout.
Author:
Ceki Gülcü