Serialized Form
Package org.objectweb.util.monolog.file.monolog |
serialVersionUID: -321110630195680214L
handlersToReplace
java.util.Map<K,V> handlersToReplace
- Map which associates an handler to replace with a logger.
loggerCleaned
java.util.Vector<E> loggerCleaned
Package org.objectweb.util.monolog.wrapper.common |
value
int value
name
java.lang.String name
stringValue
java.lang.String stringValue
Package org.objectweb.util.monolog.wrapper.config |
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.
name
java.lang.String name
- The name of the handler
attributes
java.util.HashMap<K,V> attributes
- The attributes of the handler are listed by this field.
key = atribute name
value = attribute value
type
java.lang.String type
- The type of the handler
handlers
java.util.HashMap<K,V> handlers
- This fields references by their name the handlers associated to the
logger.
key = a handler name
value = a Handler instance
topics
java.util.ArrayList<E> topics
- The fields lists all topics the logger.
levelFactory
LevelFactory levelFactory
- This field references the level factory.
additivity
boolean additivity
level
Level level
- The current level of the logger.
Package org.objectweb.util.monolog.wrapper.javaLog |
Package org.objectweb.util.monolog.wrapper.log4j |
level
int level
Package org.objectweb.util.monolog.wrapper.log4jMini |
Package org.objectweb.util.monolog.wrapper.remote.api |
topics
java.lang.String[] topics
- contains the topic list of the logger.
level
int level
- is the int value of the current logger level
levelName
java.lang.String levelName
- is the name of the current logger level
handlerNames
java.lang.String[] handlerNames
- Is the list of the handler assigned to the logger
additivity
boolean additivity
- Indicates if the logger inherits handlers from its parent.
Package org.objectweb.util.monolog.wrapper.remote.lib |
mf
MonologFactory mf