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(since="2022-01-27") public abstract class GenericConfigurator extends ContextAwareBase
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description GenericConfigurator()Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voiddoConfigure(java.io.File file)Deprecated.voiddoConfigure(java.io.InputStream inputStream)Deprecated.voiddoConfigure(java.io.InputStream inputStream, java.lang.String systemId)Deprecated.voiddoConfigure(java.lang.String filename)Deprecated.voiddoConfigure(java.net.URL url)Deprecated.voiddoConfigure(java.util.List<SaxEvent> eventList)Deprecated.voiddoConfigure(org.xml.sax.InputSource inputSource)Deprecated.static voidinformContextOfURLUsedForConfiguration(Context context, java.net.URL url)Deprecated.java.util.List<SaxEvent>recallSafeConfiguration()Deprecated.Recall the event list previously registered as a safe point.voidregisterSafeConfiguration(java.util.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
-
-
-
-
Method Detail
-
doConfigure
public final void doConfigure(java.net.URL url) throws JoranExceptionDeprecated.- Throws:
JoranException
-
doConfigure
public final void doConfigure(java.lang.String filename) throws JoranExceptionDeprecated.- Throws:
JoranException
-
doConfigure
public final void doConfigure(java.io.File file) throws JoranExceptionDeprecated.- Throws:
JoranException
-
informContextOfURLUsedForConfiguration
public static void informContextOfURLUsedForConfiguration(Context context, java.net.URL url)
Deprecated.
-
doConfigure
public final void doConfigure(java.io.InputStream inputStream) throws JoranExceptionDeprecated.- Throws:
JoranException
-
doConfigure
public final void doConfigure(java.io.InputStream inputStream, java.lang.String systemId) throws JoranExceptionDeprecated.- Throws:
JoranException
-
doConfigure
public final void doConfigure(org.xml.sax.InputSource inputSource) throws JoranExceptionDeprecated.- Throws:
JoranException
-
doConfigure
public void doConfigure(java.util.List<SaxEvent> eventList) throws JoranException
Deprecated.- Throws:
JoranException
-
registerSafeConfiguration
public void registerSafeConfiguration(java.util.List<SaxEvent> eventList)
Deprecated.Register the current event list in currently in the interpreter as a safe configuration point.- Since:
- 0.9.30
-
recallSafeConfiguration
public java.util.List<SaxEvent> recallSafeConfiguration()
Deprecated.Recall the event list previously registered as a safe point.
-
-