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


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

java.lang.String 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


Package org.objectweb.util.monolog.wrapper.remote.api

Class org.objectweb.util.monolog.wrapper.remote.api.LoggerInfo extends java.lang.Object implements Serializable

Serialized Fields

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

Class org.objectweb.util.monolog.wrapper.remote.lib.MonologFactoryProxyImpl extends java.rmi.server.UnicastRemoteObject implements Serializable

Serialized Fields

mf

MonologFactory mf