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(File file)Deprecated.voiddoConfigure(InputStream inputStream)Deprecated.voiddoConfigure(InputStream inputStream, String systemId)Deprecated.voiddoConfigure(String filename)Deprecated.voiddoConfigure(URL url)Deprecated.voiddoConfigure(List<SaxEvent> eventList)Deprecated.voiddoConfigure(InputSource inputSource)Deprecated.static voidinformContextOfURLUsedForConfiguration(Context context, URL url)Deprecated.List<SaxEvent>recallSafeConfiguration()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
-
-
-
-
Method Detail
-
doConfigure
public final void doConfigure(URL url) throws JoranException
Deprecated.- Throws:
JoranException
-
doConfigure
public final void doConfigure(String filename) throws JoranException
Deprecated.- Throws:
JoranException
-
doConfigure
public final void doConfigure(File file) throws JoranException
Deprecated.- Throws:
JoranException
-
informContextOfURLUsedForConfiguration
public static void informContextOfURLUsedForConfiguration(Context context, URL url)
Deprecated.
-
doConfigure
public final void doConfigure(InputStream inputStream) throws JoranException
Deprecated.- Throws:
JoranException
-
doConfigure
public final void doConfigure(InputStream inputStream, String systemId) throws JoranException
Deprecated.- Throws:
JoranException
-
doConfigure
public final void doConfigure(InputSource inputSource) throws JoranException
Deprecated.- Throws:
JoranException
-
doConfigure
public void doConfigure(List<SaxEvent> eventList) throws JoranException
Deprecated.- Throws:
JoranException
-
registerSafeConfiguration
public void registerSafeConfiguration(List<SaxEvent> eventList)
Deprecated.Register the current event list in currently in the interpreter as a safe configuration point.- Since:
- 0.9.30
-
-