java.lang.Object
ch.qos.logback.classic.util.ContextSelectorStaticBinder
Holds the context selector for use in the current environment.
- Since:
- 0.9.19
- Author:
- Ceki Gülcü
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ContextSelectorStaticBinder
void
init
(LoggerContext defaultLoggerContext, Object key) FOR INTERNAL USE.
-
Constructor Details
-
ContextSelectorStaticBinder
public ContextSelectorStaticBinder()
-
-
Method Details
-
getSingleton
-
init
public void init(LoggerContext defaultLoggerContext, Object key) throws ClassNotFoundException, NoSuchMethodException, InstantiationException, IllegalAccessException, InvocationTargetException FOR INTERNAL USE. This method is intended for use by StaticLoggerBinder.- Parameters:
defaultLoggerContext
-- Throws:
ClassNotFoundException
NoSuchMethodException
InstantiationException
IllegalAccessException
InvocationTargetException
-
getContextSelector
-