Package org.jboss.logmanager
Class LogContext.StrongLevelRef
- java.lang.Object
-
- org.jboss.logmanager.LogContext.StrongLevelRef
-
- All Implemented Interfaces:
LogContext.LevelRef
- Enclosing class:
- LogContext
private static final class LogContext.StrongLevelRef extends java.lang.Object implements LogContext.LevelRef
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.logging.Level
level
-
Constructor Summary
Constructors Modifier Constructor Description private
StrongLevelRef(java.util.logging.Level level)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.logging.Level
get()
-
-
-
Method Detail
-
get
public java.util.logging.Level get()
- Specified by:
get
in interfaceLogContext.LevelRef
-
-