-
nameToLevel
java.util.HashMap<K,V> nameToLevel
This field references the level instances by their names.
key = a level name
value = the unique Level instance linked to the name.
-
intToNames
java.util.HashMap<K,V> intToNames
This field reference the level names by their integer value.
key = a java.lang.Integer which the value is the level
value = a String or an ArrayList of String. The strings represent the
name which match to the integer value. Indeed both name can be associated
to the same integer value.
-
handlers
java.util.HashMap<K,V> handlers
This field references the handler instance by their names.
key = a String object which is an handler name.
value = the unique handler instance which has the key for name.
-
loggers
java.util.HashMap<K,V> loggers
This field references the handler instance by their names.
key = a String object which is a logger topic.
value = the unique handler instance which has the key for name.
-
resourceBundleName
java.lang.String resourceBundleName
The resource bundle linked to the LoggerFactory.