-
- All Known Implementing Classes:
CallerClassLoaderLogContextSelector,ClassLoaderLogContextSelector,ContextClassLoaderLogContextSelector,ThreadLocalLogContextSelector
public interface LogContextSelectorA mechanism for determining what the current log context is. This method is used primarily when constructing new loggers to determine what context the constructed logger should be installed into.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LogContextgetLogContext()Get the current log context.
-
-
-
Method Detail
-
getLogContext
LogContext getLogContext()
Get the current log context.- Returns:
- the current log context
-
-