Class LoggerContext

java.lang.Object
ch.qos.logback.core.ContextBase
ch.qos.logback.classic.LoggerContext
All Implemented Interfaces:
Context, LifeCycle, PropertyContainer, org.slf4j.ILoggerFactory

public class LoggerContext extends ContextBase implements org.slf4j.ILoggerFactory, LifeCycle
LoggerContext glues many of the logback-classic components together. In principle, every logback-classic component instance is attached either directly or indirectly to a LoggerContext instance. Just as importantly LoggerContext implements the ILoggerFactory acting as the manufacturing source of Logger instances.
Author:
Ceki Gulcu