Package org.openbase.log
Class OpenBaseLogConfigurator
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
org.openbase.log.OpenBaseLogConfigurator
- All Implemented Interfaces:
ch.qos.logback.classic.spi.Configurator,ch.qos.logback.core.spi.ContextAware
public class OpenBaseLogConfigurator
extends ch.qos.logback.core.spi.ContextAwareBase
implements ch.qos.logback.classic.spi.Configurator
-
Field Summary
Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase
context -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ch.qos.logback.core.spi.ContextAware
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, setContext
-
Constructor Details
-
OpenBaseLogConfigurator
public OpenBaseLogConfigurator()
-
-
Method Details
-
configure
public void configure(ch.qos.logback.classic.LoggerContext context) - Specified by:
configurein interfacech.qos.logback.classic.spi.Configurator
-