Class LogConfigurator
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.joran.GenericXMLConfigurator
ch.qos.logback.core.joran.JoranConfiguratorBase<ch.qos.logback.classic.spi.ILoggingEvent>
ch.qos.logback.classic.joran.JoranConfigurator
org.eclipse.rdf4j.common.app.logging.logback.LogConfigurator
- All Implemented Interfaces:
ch.qos.logback.core.spi.ContextAware
public class LogConfigurator
extends ch.qos.logback.classic.joran.JoranConfigurator
- Author:
- alex
-
Field Summary
Fields inherited from class ch.qos.logback.core.joran.GenericXMLConfigurator
modelInterpretationContext, saxEventInterpreterFields inherited from class ch.qos.logback.core.spi.ContextAwareBase
context -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidConfigure logback using the provided file and collect any custom<logreader>declarations found inside appender definitions.Get default log readergetLogReader(String appenderName) Methods inherited from class ch.qos.logback.classic.joran.JoranConfigurator
addDefaultNestedComponentRegistryRules, addElementSelectorAndActionAssociations, addModelHandlerAssociations, buildModelInterpretationContext, sanityCheckMethods inherited from class ch.qos.logback.core.joran.JoranConfiguratorBase
getInterpretationContext, performCheck, setImplicitRuleSupplierMethods inherited from class ch.qos.logback.core.joran.GenericXMLConfigurator
buildModelFromSaxEventList, buildSaxEventInterpreter, doConfigure, doConfigure, doConfigure, doConfigure, doConfigure, doConfigure, getModelInterpretationContext, getRuleStore, informContextOfURLUsedForConfiguration, initialElementPath, populateSaxEventRecorder, processModel, recallSafeConfiguration, registerSafeConfigurationMethods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext
-
Constructor Details
-
LogConfigurator
public LogConfigurator()
-
-
Method Details
-
configure
Configure logback using the provided file and collect any custom<logreader>declarations found inside appender definitions.- Throws:
ch.qos.logback.core.joran.spi.JoranException
-
getDefaultLogReader
-
getLogReader
-