Package ch.qos.logback.classic.util
Class ContextSelectorStaticBinder
- java.lang.Object
-
- ch.qos.logback.classic.util.ContextSelectorStaticBinder
-
@Deprecated(since="2022-01-27") public class ContextSelectorStaticBinder extends java.lang.Object
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 Constructor Description ContextSelectorStaticBinder()
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ContextSelector
getContextSelector()
Deprecated.static ContextSelectorStaticBinder
getSingleton()
Deprecated.void
init(LoggerContext defaultLoggerContext, java.lang.Object key)
Deprecated.FOR INTERNAL USE.
-
-
-
Method Detail
-
getSingleton
public static ContextSelectorStaticBinder getSingleton()
Deprecated.
-
init
public void init(LoggerContext defaultLoggerContext, java.lang.Object key) throws java.lang.ClassNotFoundException, java.lang.NoSuchMethodException, java.lang.InstantiationException, java.lang.IllegalAccessException, java.lang.reflect.InvocationTargetException
Deprecated.FOR INTERNAL USE. This method is intended for use by StaticLoggerBinder.- Parameters:
defaultLoggerContext
-- Throws:
java.lang.ClassNotFoundException
java.lang.NoSuchMethodException
java.lang.InstantiationException
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
-
getContextSelector
public ContextSelector getContextSelector()
Deprecated.
-
-