Package ch.qos.logback.classic.util
Class ContextSelectorStaticBinder
java.lang.Object
ch.qos.logback.classic.util.ContextSelectorStaticBinder
Deprecated.
This internal logback API is not supported by AEM as a Cloud Service.
Holds the context selector for use in the current environment.
- Since:
- 0.9.19
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.static ContextSelectorStaticBinder
Deprecated.void
init
(LoggerContext defaultLoggerContext, Object key) Deprecated.FOR INTERNAL USE.
-
Constructor Details
-
ContextSelectorStaticBinder
public ContextSelectorStaticBinder()Deprecated.
-
-
Method Details
-
getSingleton
Deprecated. -
init
public void init(LoggerContext defaultLoggerContext, Object key) throws ClassNotFoundException, NoSuchMethodException, InstantiationException, IllegalAccessException, InvocationTargetException Deprecated.FOR INTERNAL USE. This method is intended for use by StaticLoggerBinder.- Parameters:
defaultLoggerContext
-- Throws:
ClassNotFoundException
NoSuchMethodException
InstantiationException
IllegalAccessException
InvocationTargetException
-
getContextSelector
Deprecated.
-