Uses of Interface
org.jboss.logmanager.LogContext.LevelRef
-
Packages that use LogContext.LevelRef Package Description org.jboss.logmanager -
-
Uses of LogContext.LevelRef in org.jboss.logmanager
Classes in org.jboss.logmanager that implement LogContext.LevelRef Modifier and Type Class Description private static class
LogContext.StrongLevelRef
private static class
LogContext.WeakLevelRef
Fields in org.jboss.logmanager with type parameters of type LogContext.LevelRef Modifier and Type Field Description private static java.util.HashMap<java.lang.String,LogContext.LevelRef>
LogContext.LazyHolder. INITIAL_LEVEL_MAP
private java.util.concurrent.atomic.AtomicReference<java.util.Map<java.lang.String,LogContext.LevelRef>>
LogContext. levelMapReference
Method parameters in org.jboss.logmanager with type arguments of type LogContext.LevelRef Modifier and Type Method Description private static void
LogContext.LazyHolder. addStrong(java.util.Map<java.lang.String,LogContext.LevelRef> map, java.util.logging.Level level)
-