Package ch.qos.logback.core.joran
Class GenericConfigurator
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.joran.GenericConfigurator
- All Implemented Interfaces:
ContextAware
- Direct Known Subclasses:
JoranConfiguratorBase,SiftingJoranConfiguratorBase
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voiddoConfigure(File file) Deprecated.final voiddoConfigure(InputStream inputStream) Deprecated.final voiddoConfigure(InputStream inputStream, String systemId) Deprecated.final voiddoConfigure(String filename) Deprecated.final voiddoConfigure(URL url) Deprecated.voiddoConfigure(List<SaxEvent> eventList) Deprecated.final voiddoConfigure(InputSource inputSource) Deprecated.static voidinformContextOfURLUsedForConfiguration(Context context, URL url) Deprecated.Deprecated.Recall the event list previously registered as a safe point.voidregisterSafeConfiguration(List<SaxEvent> eventList) Deprecated.Register the current event list in currently in the interpreter as a safe configuration point.Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getStatusManager, setContext
-
Constructor Details
-
GenericConfigurator
public GenericConfigurator()Deprecated.
-
-
Method Details
-
doConfigure
Deprecated.- Throws:
JoranException
-
doConfigure
Deprecated.- Throws:
JoranException
-
doConfigure
Deprecated.- Throws:
JoranException
-
informContextOfURLUsedForConfiguration
Deprecated. -
doConfigure
Deprecated.- Throws:
JoranException
-
doConfigure
Deprecated.- Throws:
JoranException
-
doConfigure
Deprecated.- Throws:
JoranException
-
doConfigure
Deprecated.- Throws:
JoranException
-
registerSafeConfiguration
Deprecated.Register the current event list in currently in the interpreter as a safe configuration point.- Since:
- 0.9.30
-
recallSafeConfiguration
Deprecated.Recall the event list previously registered as a safe point.
-