Serialized Form


Package org.objectweb.util.monolog.file.monolog

Class org.objectweb.util.monolog.file.monolog.PropertiesConfAccess extends java.lang.Object implements Serializable

Serialized Fields

loggerCleaned

java.util.Vector loggerCleaned


Package org.objectweb.util.monolog.wrapper.common

Class org.objectweb.util.monolog.wrapper.common.LevelImpl extends java.lang.Object implements Serializable

Serialized Fields

value

int value

name

java.lang.String name

stringValue

java.lang.String stringValue

Class org.objectweb.util.monolog.wrapper.common.NotSupportedException extends java.lang.Exception implements Serializable


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

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

Serialized Fields

nameToLevel

java.util.HashMap 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 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 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 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.

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

Serialized Fields

name

java.lang.String name
The name of the handler


attributes

java.util.HashMap attributes
The attributes of the handler are listed by this field. key = atribute name value = attribute value


type

byte type
The type of the handler

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

Serialized Fields

handlers

java.util.HashMap 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 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

Class org.objectweb.util.monolog.wrapper.javaLog.LevelImpl extends LevelImpl implements Serializable


Package org.objectweb.util.monolog.wrapper.log4j

Class org.objectweb.util.monolog.wrapper.log4j.LevelImpl extends LevelImpl implements Serializable


Package org.objectweb.util.monolog.wrapper.log4jMini

Class org.objectweb.util.monolog.wrapper.log4jMini.LevelImpl extends LevelImpl implements Serializable