JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.jboss.logmanager
Interface LogContextSelector
All Known Implementing Classes:
ClassLoaderLogContextSelector
,
ContextClassLoaderLogContextSelector
,
ThreadLocalLogContextSelector
public interface
LogContextSelector
A 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 and Description
LogContext
getLogContext
()
Get the current log context.
Method Detail
getLogContext
LogContext
getLogContext()
Get the current log context.
Returns:
the current log context
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method