Package org.jboss.logmanager
Class LogContext.LazyHolder
- java.lang.Object
-
- org.jboss.logmanager.LogContext.LazyHolder
-
- Enclosing class:
- LogContext
private static final class LogContext.LazyHolder extends java.lang.Object
This lazy holder class is required to prevent a problem due to a LogContext instance being constructed before the class init is complete.
-
-
Field Summary
Fields Modifier and Type Field Description private static java.util.HashMap<java.lang.String,LogContext.LevelRef>
INITIAL_LEVEL_MAP
-
Constructor Summary
Constructors Modifier Constructor Description private
LazyHolder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static void
addStrong(java.util.Map<java.lang.String,LogContext.LevelRef> map, java.util.logging.Level level)
-
-
-
Field Detail
-
INITIAL_LEVEL_MAP
private static final java.util.HashMap<java.lang.String,LogContext.LevelRef> INITIAL_LEVEL_MAP
-
-
Method Detail
-
addStrong
private static void addStrong(java.util.Map<java.lang.String,LogContext.LevelRef> map, java.util.logging.Level level)
-
-