Serialized Form


Package org.objectweb.util.monolog.wrapper.config

Class org.objectweb.util.monolog.wrapper.config.BasicFactory extends Object implements Serializable

Serialized Fields

nameToLevel

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

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

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

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

String resourceBundleName
The resource bundle linked to the LoggerFactory.

Class org.objectweb.util.monolog.wrapper.config.BasicHandler extends Object implements Serializable

Serialized Fields

name

String name
The name of the handler


attributes

HashMap<K,V> attributes
The attributes of the handler are listed by this field. key = atribute name value = attribute value


type

String type
The type of the handler

Class org.objectweb.util.monolog.wrapper.config.BasicLogger extends Object implements Serializable

Serialized Fields

handlers

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

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.



Copyright © 2012 OW2 Consortium. All Rights Reserved.