Package org.jboss.logmanager
Class LogContext.LazyHolder
java.lang.Object
org.jboss.logmanager.LogContext.LazyHolder
- Enclosing class:
- LogContext
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static void
addStrong
(Map<String, LogContext.LevelRef> map, Level level)
-
Field Details
-
INITIAL_LEVEL_MAP
-
-
Constructor Details
-
LazyHolder
private LazyHolder()
-
-
Method Details
-
addStrong
-