A C D E F G H I J K L M N O P R S T U W

A

AbstractFactory - Class in org.objectweb.util.monolog.wrapper.common
 
AbstractFactory() - Constructor for class org.objectweb.util.monolog.wrapper.common.AbstractFactory
It initializes the default monolog level: INHERIT, DEBUG, INFO, WARN, ERROR, FATAL
ACTIVATION - Static variable in class org.objectweb.util.monolog.file.monolog.PropertiesConfAccess
 
addHandler(Handler) - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
 
additivity - Variable in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
 
ADDITIVITY_FIELD - Static variable in class org.objectweb.util.monolog.file.monolog.PropertiesConfAccess
 
addLogInfo(Character, LogInfo) - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
Set the extension
addMonologFactoryListener(MonologFactoryListener) - Method in class org.objectweb.util.monolog.wrapper.common.AbstractFactory
 
addMonologFactoryListener(MonologFactoryListener) - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
 
addTopic(String) - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
 
assignLogger(Object) - Method in class org.objectweb.util.monolog.lib.LoggableImpl
Assign the current logger and the current loggerFactory to an object or to each element if o is a structure.
assignLogger(Object, Logger) - Method in class org.objectweb.util.monolog.lib.LoggableImpl
Assign a logger and the current loggerFactory to an object or to each element if o is a structure.

C

checkError() - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintStreamImpl
Always retrieves 'false'
checkError() - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintWriterImpl
Flush the stream and check its error state.
CLASSLOADER_ISOLATION - Static variable in class org.objectweb.util.monolog.wrapper.common.AbstractFactory
 
classLoaderIsoltion - Static variable in class org.objectweb.util.monolog.wrapper.common.AbstractFactory
 
CLEAN_HANDLERS_FIELD - Static variable in class org.objectweb.util.monolog.file.monolog.PropertiesConfAccess
 
cleanOldHandler(TopicalLogger) - Method in class org.objectweb.util.monolog.file.monolog.PropertiesConfAccess
Clear all the handlers associated to a logger which are not defined into this file
clone() - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintStreamImpl
Always throws a CloneNotSupportedException
close() - Method in class org.objectweb.util.monolog.wrapper.common.OutputStreamSwitcher
 
close() - Method in class org.objectweb.util.monolog.wrapper.printwriter.EmptyWriter
 
close() - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintStreamImpl
Do nothing
close() - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintWriterImpl
It writes the buffer if it is not empty
compareTo(Level) - Method in class org.objectweb.util.monolog.wrapper.common.LevelImpl
 
Configurable - Interface in org.objectweb.util.monolog.wrapper.common
Deprecated. the use of this interface must be replaced by the use of the MonologFactory interface. This interface is kept for the backward compatibility.
configure(Properties) - Method in class org.objectweb.util.monolog.wrapper.common.AbstractFactory
 
configure(Properties) - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
 
createHandler(String, String) - Method in class org.objectweb.util.monolog.wrapper.common.AbstractFactory
 
createHandler(String, String) - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
 
currentLine - Variable in class org.objectweb.util.monolog.wrapper.printwriter.PrintStreamImpl
This field is the buffer which represents the current line.
currentLine - Variable in class org.objectweb.util.monolog.wrapper.printwriter.PrintWriterImpl
This field is the buffer which represents the current line.
currentOut - Variable in class org.objectweb.util.monolog.wrapper.common.OutputStreamSwitcher
 

D

debug - Static variable in class org.objectweb.util.monolog.file.monolog.PropertiesConfAccess
 
debug(String) - Method in class org.objectweb.util.monolog.file.monolog.PropertiesConfAccess
 
debug - Variable in class org.objectweb.util.monolog.lib.LoggableImpl
 
debug - Static variable in class org.objectweb.util.monolog.Monolog
Inidicates if the monolog wrapper must be logged itself.
debug(String) - Static method in class org.objectweb.util.monolog.Monolog
This method must be only used to debug the Monolog wrappers.
debug - Static variable in class org.objectweb.util.monolog.wrapper.common.AbstractFactory
Inidicates if the monolog wrapper must be logged itself.
debug(String) - Static method in class org.objectweb.util.monolog.wrapper.common.AbstractFactory
This method must be only used to debug the Monolog wrappers.
DEFAULT_MONOLOG_FILE - Static variable in class org.objectweb.util.monolog.Monolog
is the default monolog configuration file lookup from the file system or from the classpath.
defineLevel(String, int) - Method in class org.objectweb.util.monolog.wrapper.common.AbstractFactory
 
defineLevel(String, String) - Method in class org.objectweb.util.monolog.wrapper.common.AbstractFactory
 
defineLevel(String, int) - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
 
defineLevel(String, String) - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
 
DOT - Static variable in class org.objectweb.util.monolog.file.monolog.PropertiesConfAccess
 
DottedStringTools - Class in org.objectweb.util.monolog.file
 
DottedStringTools() - Constructor for class org.objectweb.util.monolog.file.DottedStringTools
 

E

EmptyOutputStream - Class in org.objectweb.util.monolog.wrapper.printwriter
An empty outputStream doing nothing.
EmptyOutputStream() - Constructor for class org.objectweb.util.monolog.wrapper.printwriter.EmptyOutputStream
 
EmptyWriter - Class in org.objectweb.util.monolog.wrapper.printwriter
An empty Writer doing nothing.
EmptyWriter() - Constructor for class org.objectweb.util.monolog.wrapper.printwriter.EmptyWriter
 
EnumrationImpl - Class in org.objectweb.util.monolog.wrapper.common
This tools class is a basic implementation of the java.util.Enumeration.
EnumrationImpl(Object[]) - Constructor for class org.objectweb.util.monolog.wrapper.common.EnumrationImpl
 
equals(Object) - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintStreamImpl
Compare the inner loggers
error(String, Exception) - Static method in class org.objectweb.util.monolog.Monolog
 
errors - Variable in class org.objectweb.util.monolog.wrapper.printwriter.PrintWriterImpl
This field indicates the setError method was called.
evaluate(String, LevelFactory) - Static method in class org.objectweb.util.monolog.wrapper.common.LevelImpl
It analyzes a string expression to obtain its integer value.

F

flush() - Method in class org.objectweb.util.monolog.wrapper.common.OutputStreamSwitcher
 
flush() - Method in class org.objectweb.util.monolog.wrapper.printwriter.EmptyWriter
 
flush() - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintStreamImpl
Do nothing
flush() - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintWriterImpl
It writes the buffer if it is not empty
format(String, int) - Static method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
This method permits to format messages.

G

getAdditivity() - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
 
getAttribute(String) - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
 
getAttributeNames() - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
 
getBegin(String) - Static method in class org.objectweb.util.monolog.file.DottedStringTools
 
getCurrentIntLevel() - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
Gets the CurrentIntLevel attribute of the LoggerImpl object
getCurrentLevel() - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
Gets the CurrentLevel attribute of the LoggerImpl object
getDefaultHandlerType2className() - Method in class org.objectweb.util.monolog.wrapper.common.AbstractFactory
 
getDefaultMonologFactory() - Static method in class org.objectweb.util.monolog.Monolog
 
getDependsLevel(String) - Method in class org.objectweb.util.monolog.file.monolog.PropertiesConfAccess
It retrieves the list of the referenced levels in the String parameter.
getEnd(String) - Static method in class org.objectweb.util.monolog.file.DottedStringTools
 
getExpectedLoggerName() - Method in class org.objectweb.util.monolog.lib.LoggableImpl
 
getFirst(String) - Static method in class org.objectweb.util.monolog.file.DottedStringTools
 
getHandler(String) - Method in class org.objectweb.util.monolog.wrapper.common.AbstractFactory
 
getHandler() - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
 
getHandler(String) - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
 
getHandlerFactory(String) - Static method in class org.objectweb.util.monolog.Monolog
 
getHandlers() - Method in class org.objectweb.util.monolog.wrapper.common.AbstractFactory
 
getHandlers() - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
 
getIntValue() - Method in class org.objectweb.util.monolog.wrapper.common.LevelImpl
 
getLast(String) - Static method in class org.objectweb.util.monolog.file.DottedStringTools
 
getLevel(String) - Method in class org.objectweb.util.monolog.wrapper.common.AbstractFactory
 
getLevel(int) - Method in class org.objectweb.util.monolog.wrapper.common.AbstractFactory
 
getLevel(String) - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
 
getLevel(int) - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
This method is not synchronized because the configuration is rarely
getLevel() - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintStreamImpl
Retrieves the level of the messages
getLevel() - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintWriterImpl
 
getLevelFactory(String) - Static method in class org.objectweb.util.monolog.Monolog
 
getLevels() - Method in class org.objectweb.util.monolog.wrapper.common.AbstractFactory
 
getLevels() - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
This method is not synchronized because the configuration is rarely
getLogger() - Method in class org.objectweb.util.monolog.lib.LoggableImpl
 
getLogger(String) - Method in class org.objectweb.util.monolog.wrapper.common.AbstractFactory
 
getLogger(String) - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
 
getLogger(String, String) - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
 
getLogger() - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintStreamImpl
Retrieves the logger instance used
getLogger() - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintWriterImpl
Retrieves the logger instance used
getLoggerFactory() - Method in class org.objectweb.util.monolog.lib.LoggableImpl
 
getLoggerFactory(String) - Static method in class org.objectweb.util.monolog.Monolog
 
getLoggerFactory(String) - Static method in class org.objectweb.util.monolog.wrapper.common.LoggerFactorySingleton
 
getLoggerFactory() - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintStreamImpl
Retrieves the logger factory instance used
getLoggerFactory() - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintWriterImpl
Retrieves the logger factory instance used
getLoggerName() - Method in class org.objectweb.util.monolog.lib.LoggableImpl
 
getLoggerNameSuffix() - Method in class org.objectweb.util.monolog.lib.LoggableImpl
 
getLoggers() - Method in class org.objectweb.util.monolog.wrapper.common.AbstractFactory
 
getLoggers() - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
 
getLogInfo(Character) - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
Gets the provider of the extension
getMonologFactory() - Static method in class org.objectweb.util.monolog.Monolog
 
getMonologFactory(String) - Static method in class org.objectweb.util.monolog.Monolog
Initializes Monolog with a given monolog configuration file name if the file is found, it delegates the intialization to init(Properties) method.
getMonologFactory(Properties) - Static method in class org.objectweb.util.monolog.Monolog
Initializes monolog in with a Properties instance.
getName() - Method in class org.objectweb.util.monolog.wrapper.common.LevelImpl
 
getName() - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
 
getPrintWriter() - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
 
getRealPath(String) - Static method in class org.objectweb.util.monolog.wrapper.common.RelatifEnvironmentPathGetter
This method replace environment variables name by its value (when any)
getResourceBundleName() - Method in class org.objectweb.util.monolog.wrapper.common.AbstractFactory
 
getResourceBundleName() - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
 
getRootLoggerPrefix() - Static method in class org.objectweb.util.monolog.wrapper.common.AbstractFactory
Gets the prefix of the root logger.
getStringValue() - Method in class org.objectweb.util.monolog.wrapper.common.LevelImpl
It retrieves the string expression of the level.
getTopic() - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
 
getTopicPrefix() - Method in class org.objectweb.util.monolog.wrapper.common.AbstractFactory
 
getTopicPrefix() - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
 
getTopics() - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
Gets the Topics attribute of the LoggerImpl object
getTopicWithoutPrefix(String) - Static method in class org.objectweb.util.monolog.wrapper.common.AbstractFactory
 
getType() - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
 
getWrapperName() - Method in class org.objectweb.util.monolog.wrapper.common.AbstractFactory
 

H

HANDLER_FIELD - Static variable in class org.objectweb.util.monolog.file.monolog.PropertiesConfAccess
 
HANDLER_TYPE_ATTRIBUTE - Static variable in class org.objectweb.util.monolog.file.monolog.PropertiesConfAccess
 
HANDLER_TYPE_ATTRIBUTE_CONSOLE_VALUE - Static variable in class org.objectweb.util.monolog.file.monolog.PropertiesConfAccess
 
HANDLER_TYPE_ATTRIBUTE_FILE_VALUE - Static variable in class org.objectweb.util.monolog.file.monolog.PropertiesConfAccess
 
HANDLER_TYPE_ATTRIBUTE_JMX_VALUE - Static variable in class org.objectweb.util.monolog.file.monolog.PropertiesConfAccess
 
HANDLER_TYPE_ATTRIBUTE_NTEVENT_VALUE - Static variable in class org.objectweb.util.monolog.file.monolog.PropertiesConfAccess
 
HANDLER_TYPE_ATTRIBUTE_ROLLING_FILE_VALUE - Static variable in class org.objectweb.util.monolog.file.monolog.PropertiesConfAccess
 
handlers - Variable in class org.objectweb.util.monolog.wrapper.common.AbstractFactory
This field references the handler instance by their names.
key = a String object which is an handler name.
handlers - Variable in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
 
handlerType2className - Static variable in class org.objectweb.util.monolog.wrapper.common.AbstractFactory
 
handlerTypes - Static variable in class org.objectweb.util.monolog.wrapper.common.AbstractFactory
 
hashCode() - Method in class org.objectweb.util.monolog.wrapper.common.LevelImpl
It retrieves the integer value of the level.
hasMoreElements() - Method in class org.objectweb.util.monolog.wrapper.common.EnumrationImpl
 

I

init() - Static method in class org.objectweb.util.monolog.Monolog
Deprecated. use initialize()
init(String) - Static method in class org.objectweb.util.monolog.Monolog
Deprecated. use getMonologFactory(String)
init(Properties) - Static method in class org.objectweb.util.monolog.Monolog
Deprecated. use getMonologFactory(Properties)
initHandlerType2className() - Method in class org.objectweb.util.monolog.wrapper.common.AbstractFactory
 
initialize() - Static method in class org.objectweb.util.monolog.Monolog
Initializes Monolog.
instanciateMonologFactory(String) - Static method in class org.objectweb.util.monolog.Monolog
Retrieves a MonologFactory instance.
intToNames - Variable in class org.objectweb.util.monolog.wrapper.common.AbstractFactory
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.
isComparableWith(Level) - Method in class org.objectweb.util.monolog.wrapper.common.LevelImpl
 
isDebug() - Method in class org.objectweb.util.monolog.lib.LoggableImpl
Indicates if the DEBUG level is enabled for the current logger.
isDefaultLevel(Level) - Method in class org.objectweb.util.monolog.file.monolog.PropertiesConfAccess
It checks if the level parameter is a default monolog level.
isLoggable(int) - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
Gets the Loggable attribute of the LoggerImpl object
isLoggable(Level) - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
Gets the Loggable attribute of the LoggerImpl object
isOn() - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
Gets the On attribute of the LoggerImpl object

J

JDK_WRAPPER_CLASS_NAME - Static variable in class org.objectweb.util.monolog.Monolog
is the class name of logger factory for the java.util.logging logging system.

K

keywords - Static variable in class org.objectweb.util.monolog.file.monolog.MonologPropertiesIO
 

L

level - Variable in class org.objectweb.util.monolog.wrapper.printwriter.PrintStreamImpl
 
level - Variable in class org.objectweb.util.monolog.wrapper.printwriter.PrintWriterImpl
 
LEVEL_FIELD - Static variable in class org.objectweb.util.monolog.file.monolog.PropertiesConfAccess
 
LevelImpl - Class in org.objectweb.util.monolog.wrapper.common
This class is the basic implementation of the Level interface.
LevelImpl(String, int) - Constructor for class org.objectweb.util.monolog.wrapper.common.LevelImpl
 
LevelImpl(String, String, LevelFactory) - Constructor for class org.objectweb.util.monolog.wrapper.common.LevelImpl
 
levels - Variable in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
 
load(Properties, LoggerFactory, HandlerFactory, LevelFactory) - Static method in class org.objectweb.util.monolog.file.monolog.PropertiesConfAccess
 
load(Properties, MonologFactory) - Static method in class org.objectweb.util.monolog.file.monolog.PropertiesConfAccess
 
loadMonologConfiguration(Properties) - Static method in class org.objectweb.util.monolog.Monolog
Loads a monolog configuration into the loggerFactory.
loadMonologConfiguration(Properties, MonologFactory) - Static method in class org.objectweb.util.monolog.Monolog
Loads a monolog configuration into an existing MonologFactory.
loadMonologConfiguration(Properties, LoggerFactory) - Static method in class org.objectweb.util.monolog.Monolog
Deprecated. use loadMonologConfiguration(Properties, MonologFactory)
log(int, Object) - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
Log method
log(Level, Object) - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
Log method
log(int, Object, Throwable) - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
Log method
log(Level, Object, Throwable) - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
Log method
log(int, Object, Object, Object) - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
Log method
log(Level, Object, Object, Object) - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
Log method
log(int, Object, Throwable, Object, Object) - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
Log method
log(Level, Object, Throwable, Object, Object) - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
Log method
LOG4J_WRAPPER_CLASS_NAME - Static variable in class org.objectweb.util.monolog.Monolog
is the class name of logger factory for the log4j logging system.
LOG4JMini_WRAPPER_CLASS_NAME - Static variable in class org.objectweb.util.monolog.Monolog
is the class name of logger factory for the log4jME logging system.
LoggableImpl - Class in org.objectweb.util.monolog.lib
This class is a basic implementation of Loggable interface.
LoggableImpl() - Constructor for class org.objectweb.util.monolog.lib.LoggableImpl
 
logger - Variable in class org.objectweb.util.monolog.lib.LoggableImpl
 
logger - Variable in class org.objectweb.util.monolog.wrapper.printwriter.PrintStreamImpl
 
logger - Variable in class org.objectweb.util.monolog.wrapper.printwriter.PrintWriterImpl
The inner logger instance
LOGGER_FIELD - Static variable in class org.objectweb.util.monolog.file.monolog.PropertiesConfAccess
 
loggerCleaned - Variable in class org.objectweb.util.monolog.file.monolog.PropertiesConfAccess
 
loggerFactory - Variable in class org.objectweb.util.monolog.lib.LoggableImpl
 
loggerFactory - Static variable in class org.objectweb.util.monolog.Monolog
Deprecated. use monologFactory
loggerFactory - Variable in class org.objectweb.util.monolog.wrapper.printwriter.PrintStreamImpl
 
loggerFactory - Variable in class org.objectweb.util.monolog.wrapper.printwriter.PrintWriterImpl
 
LoggerFactorySingleton - Class in org.objectweb.util.monolog.wrapper.common
This static class is only used to reference one LoggerFactory instance.
LoggerFactorySingleton() - Constructor for class org.objectweb.util.monolog.wrapper.common.LoggerFactorySingleton
 
LoggerImpl - Class in org.objectweb.util.monolog.wrapper.printwriter
This class is a simple implementation of the Logger interface provided by the monolog specification.
LoggerImpl() - Constructor for class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
This constructor permits to specify the printWriter linked to this logger
LoggerImpl(PrintWriter) - Constructor for class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
This constructor permits to specify the printWriter linked to this logger
LoggerImpl(String, PrintWriter) - Constructor for class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
This constructor permits to specify the printWriter linked to this logger

M

Monolog - Class in org.objectweb.util.monolog
This class is a helper to instanciate a logger factory.
Monolog() - Constructor for class org.objectweb.util.monolog.Monolog
 
MONOLOG_CLASS_NAME - Static variable in class org.objectweb.util.monolog.Monolog
is the property name of the wrapper class name.
MONOLOG_FILE_NAME - Static variable in class org.objectweb.util.monolog.Monolog
is the property name of the monolog configuration file.
monologFactory - Static variable in class org.objectweb.util.monolog.Monolog
is the last required logger factory.
monologFactoryListeners - Variable in class org.objectweb.util.monolog.wrapper.common.AbstractFactory
This field references the MonolgFactoryListener instance by their names.
key = a String object which is an handler name.
monoLoggerName(String) - Static method in class org.objectweb.util.monolog.wrapper.common.AbstractFactory
isolates the logger hierarchy for a given class loader by prepending the root logger name.
MonologPropertiesIO - Class in org.objectweb.util.monolog.file.monolog
Permit to read or write a java.util.Properties from an inputStream.
MonologPropertiesIO() - Constructor for class org.objectweb.util.monolog.file.monolog.MonologPropertiesIO
 

N

name - Variable in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
 
nameToLevel - Variable in class org.objectweb.util.monolog.wrapper.common.AbstractFactory
This field references the level instances by their names.
key = a level name
value = the unique Level instance linked to the name.
nextElement() - Method in class org.objectweb.util.monolog.wrapper.common.EnumrationImpl
 

O

objs - Variable in class org.objectweb.util.monolog.wrapper.common.EnumrationImpl
 
org.objectweb.util.monolog - package org.objectweb.util.monolog
 
org.objectweb.util.monolog.file - package org.objectweb.util.monolog.file
 
org.objectweb.util.monolog.file.monolog - package org.objectweb.util.monolog.file.monolog
 
org.objectweb.util.monolog.lib - package org.objectweb.util.monolog.lib
 
org.objectweb.util.monolog.wrapper.common - package org.objectweb.util.monolog.wrapper.common
 
org.objectweb.util.monolog.wrapper.printwriter - package org.objectweb.util.monolog.wrapper.printwriter
 
OutputStreamSwitcher - Class in org.objectweb.util.monolog.wrapper.common
This Outstream implementation permits to switch the outStream at any time.
OutputStreamSwitcher() - Constructor for class org.objectweb.util.monolog.wrapper.common.OutputStreamSwitcher
 
OutputStreamSwitcher(OutputStream) - Constructor for class org.objectweb.util.monolog.wrapper.common.OutputStreamSwitcher
 

P

parseHandlerProp(Properties, String, HandlerFactory) - Method in class org.objectweb.util.monolog.file.monolog.PropertiesConfAccess
It parses a property entry to build or configure a Handler instance.
parseLevelProp(Properties, String, LevelFactory) - Method in class org.objectweb.util.monolog.file.monolog.PropertiesConfAccess
It parses a property entry to build or configure a Level instance.
parseLevelProp(Properties, String, LevelFactory, Vector) - Method in class org.objectweb.util.monolog.file.monolog.PropertiesConfAccess
It parses a property entry to build or configure a Level instance.
parseLoggerProp(Properties, String, LoggerFactory, HandlerFactory, LevelFactory) - Method in class org.objectweb.util.monolog.file.monolog.PropertiesConfAccess
It parses a property entry to build or configure a Logger instance.
parseLoggerProp(Properties, String, MonologFactory) - Method in class org.objectweb.util.monolog.file.monolog.PropertiesConfAccess
It parses a property entry to build or configure a Logger instance.
pos - Variable in class org.objectweb.util.monolog.wrapper.common.EnumrationImpl
 
print(boolean) - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintStreamImpl
Writes the boolean value in the buffer
print(char) - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintStreamImpl
Writes the char value in the buffer
print(int) - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintStreamImpl
Writes the int value in the buffer
print(long) - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintStreamImpl
Writes the long value in the buffer
print(float) - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintStreamImpl
Writes the float value in the buffer
print(double) - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintStreamImpl
Writes the double value in the buffer
print(char[]) - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintStreamImpl
Writes the char[] value as a String in the buffer
print(String) - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintStreamImpl
Writes the String value in the buffer
print(Object) - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintStreamImpl
Writes the Object value as a String in the buffer
print(boolean) - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintWriterImpl
Print a boolean value in the buffer.
print(char) - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintWriterImpl
Print a character in the buffer.
print(char[]) - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintWriterImpl
Print an array of characters in the buffer.
print(double) - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintWriterImpl
Print a double-precision floating-point number in the buffer.
print(float) - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintWriterImpl
Print a floating-point number in the buffer.
print(int) - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintWriterImpl
Print an integer in the buffer.
print(long) - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintWriterImpl
Print a long integer in the buffer.
print(Object) - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintWriterImpl
Print an object in the buffer.
print(String) - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintWriterImpl
Print a string in the buffer.
PRINT_WRITER - Static variable in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
 
println() - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintStreamImpl
log the buffer
println(boolean) - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintStreamImpl
1/ Write a boolean value in the buffer.
println(char) - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintStreamImpl
1/ Write a char value in the buffer 2/ Log the buffer 3/ Clear the buffer
println(int) - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintStreamImpl
1/ Write an int value in the buffer 2/ Log the buffer 3/ Clear the buffer
println(long) - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintStreamImpl
1/ Write a long value in the buffer 2/ Log the buffer 3/ Clear the buffer
println(float) - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintStreamImpl
1/ Write a float value in the buffer 2/ Log the buffer 3/ Clear the buffer
println(double) - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintStreamImpl
1/ Write a double value in the buffer 2/ Log the buffer 3/ Clear the buffer
println(char[]) - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintStreamImpl
1/ Write a char[] value in the buffer 2/ Log the buffer 3/ Clear the buffer
println(String) - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintStreamImpl
1/ Write a String value in the buffer 2/ Log the buffer 3/ Clear the buffer
println(Object) - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintStreamImpl
1/ Write a object value in the buffer 2/ Log the buffer 3/ Clear the buffer
println() - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintWriterImpl
Send the buffer to the logger
println(boolean) - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintWriterImpl
Send the buffer and a boolean value to the logger
println(char) - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintWriterImpl
Send the buffer and a character to the logger
println(char[]) - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintWriterImpl
Send the buffer and an array of characters to the logger
println(double) - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintWriterImpl
Send the buffer and a a double-precision floating-point number to the logger.
println(float) - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintWriterImpl
Send the buffer and a floating-point number to the logger
println(int) - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintWriterImpl
Send the buffer and an integer to the logger
println(long) - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintWriterImpl
Send the buffer and a long integer number to the logger
println(Object) - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintWriterImpl
Send the buffer and an object to the logger
println(String) - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintWriterImpl
Send the buffer and a String to the logger
PrintStreamImpl - Class in org.objectweb.util.monolog.wrapper.printwriter
This class is a PrintStream wrapper.
PrintStreamImpl(Logger) - Constructor for class org.objectweb.util.monolog.wrapper.printwriter.PrintStreamImpl
It builds a PrintWriterImpl instance.
PrintStreamImpl(Logger, int) - Constructor for class org.objectweb.util.monolog.wrapper.printwriter.PrintStreamImpl
It builds a PrintWriterImpl instance.
PrintWriterImpl - Class in org.objectweb.util.monolog.wrapper.printwriter
This class is a PrintWriter wrapper.
PrintWriterImpl(Logger) - Constructor for class org.objectweb.util.monolog.wrapper.printwriter.PrintWriterImpl
It builds a PrintWriterImpl instance.
PrintWriterImpl(Logger, LoggerFactory) - Constructor for class org.objectweb.util.monolog.wrapper.printwriter.PrintWriterImpl
It builds a PrintWriterImpl instance.
PrintWriterImpl(Logger, int) - Constructor for class org.objectweb.util.monolog.wrapper.printwriter.PrintWriterImpl
It builds a PrintWriterImpl instance.
PROP_VAL_SEPS - Static variable in class org.objectweb.util.monolog.file.monolog.MonologPropertiesIO
 
PropertiesConfAccess - Class in org.objectweb.util.monolog.file.monolog
This class permits to load and store a monolog configuration.
PropertiesConfAccess() - Constructor for class org.objectweb.util.monolog.file.monolog.PropertiesConfAccess
 

R

read(Properties, LoggerFactory, HandlerFactory, LevelFactory) - Method in class org.objectweb.util.monolog.file.monolog.PropertiesConfAccess
 
read(Properties, MonologFactory) - Method in class org.objectweb.util.monolog.file.monolog.PropertiesConfAccess
 
readProperties(InputStream) - Static method in class org.objectweb.util.monolog.file.monolog.MonologPropertiesIO
 
RelatifEnvironmentPathGetter - Class in org.objectweb.util.monolog.wrapper.common
this abstract class provides with the way to define a file real path with the value of environment variables value.
to do that, the path in the the log properties file must include some variable name those environment variable must be put in braket like ${MY_VARIABLE}
RelatifEnvironmentPathGetter() - Constructor for class org.objectweb.util.monolog.wrapper.common.RelatifEnvironmentPathGetter
 
removeAllHandlers() - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
 
removeHandler(String) - Method in class org.objectweb.util.monolog.wrapper.common.AbstractFactory
 
removeHandler(String) - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
 
removeHandler(Handler) - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
 
removeLevel(String) - Method in class org.objectweb.util.monolog.wrapper.common.AbstractFactory
 
removeLevel(String) - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
 
removeLogInfo(char) - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
Remove an extension
removeMonologFactoryListener(MonologFactoryListener) - Method in class org.objectweb.util.monolog.wrapper.common.AbstractFactory
 
removeMonologFactoryListener(MonologFactoryListener) - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
 
removeTopic(String) - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
 
resourceBundleName - Variable in class org.objectweb.util.monolog.wrapper.common.AbstractFactory
The default resource bundle of this factory
rootLoggerName - Static variable in class org.objectweb.util.monolog.wrapper.common.AbstractFactory
Name of the root logger.
rootLoggerPrefix - Static variable in class org.objectweb.util.monolog.wrapper.common.AbstractFactory
Root logger prefix, i.e.

S

setAdditivity(boolean) - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
 
setAttribute(String, Object) - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
 
setError() - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintStreamImpl
Do nothing
setError() - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintWriterImpl
Indicate that an error has occurred.
setIntLevel(int) - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
Sets the IntLevel attribute of the LoggerImpl object
setLevel(Level) - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
Sets the Level attribute of the LoggerImpl object
setLevel(int) - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintStreamImpl
Changes the level of the messages
setLevel(int) - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintWriterImpl
 
setLogger(Logger) - Method in class org.objectweb.util.monolog.lib.LoggableImpl
 
setLogger(Logger) - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintStreamImpl
Assigns the logger instance to use
setLogger(Logger) - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintWriterImpl
Assigns the logger instance to use
setLoggerFactory(LoggerFactory) - Method in class org.objectweb.util.monolog.lib.LoggableImpl
 
setLoggerFactory(LoggerFactory) - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintStreamImpl
Assigns the logger factory instance to use
setLoggerFactory(LoggerFactory) - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintWriterImpl
Assigns the logger factory instance to use
setName(String) - Method in class org.objectweb.util.monolog.wrapper.common.LevelImpl
 
setName(String) - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
 
setResourceBundleName(String) - Method in class org.objectweb.util.monolog.wrapper.common.AbstractFactory
 
setResourceBundleName(String) - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
 
store(Properties, LoggerFactory, HandlerFactory, LevelFactory) - Static method in class org.objectweb.util.monolog.file.monolog.PropertiesConfAccess
 
store(Properties, MonologFactory) - Static method in class org.objectweb.util.monolog.file.monolog.PropertiesConfAccess
 
switchOutput(OutputStream) - Method in class org.objectweb.util.monolog.wrapper.common.OutputStreamSwitcher
 

T

TOPIC_FIELD - Static variable in class org.objectweb.util.monolog.file.monolog.PropertiesConfAccess
 
topics - Variable in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
 
toString() - Method in class org.objectweb.util.monolog.wrapper.common.LevelImpl
 
toString() - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
The toString method is override to signal the logger imlementation fowards its messages to a printwriter
toString() - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintStreamImpl
Call the toString() method over the inner logger
turnOff() - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
Turn off this logger
turnOn() - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
Turn on this logger

U

USE_PARENT_FIELD - Static variable in class org.objectweb.util.monolog.file.monolog.PropertiesConfAccess
 

W

warn(String) - Static method in class org.objectweb.util.monolog.wrapper.common.AbstractFactory
 
write(Properties, LoggerFactory, HandlerFactory, LevelFactory) - Method in class org.objectweb.util.monolog.file.monolog.PropertiesConfAccess
 
write(byte[]) - Method in class org.objectweb.util.monolog.wrapper.common.OutputStreamSwitcher
 
write(byte[], int, int) - Method in class org.objectweb.util.monolog.wrapper.common.OutputStreamSwitcher
 
write(int) - Method in class org.objectweb.util.monolog.wrapper.common.OutputStreamSwitcher
 
write(int) - Method in class org.objectweb.util.monolog.wrapper.printwriter.EmptyOutputStream
 
write(char[]) - Method in class org.objectweb.util.monolog.wrapper.printwriter.EmptyWriter
 
write(char[], int, int) - Method in class org.objectweb.util.monolog.wrapper.printwriter.EmptyWriter
 
write(int) - Method in class org.objectweb.util.monolog.wrapper.printwriter.EmptyWriter
 
write(String) - Method in class org.objectweb.util.monolog.wrapper.printwriter.EmptyWriter
 
write(String, int, int) - Method in class org.objectweb.util.monolog.wrapper.printwriter.EmptyWriter
 
write(byte[]) - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintStreamImpl
Writes the byte[] as a string in the buffer
write(int) - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintStreamImpl
Writes the int value in the buffer
write(byte[], int, int) - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintStreamImpl
Writes the byte[] as a string in the buffer
write(char[]) - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintWriterImpl
Write an array of characters in the buffer.
write(char[], int, int) - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintWriterImpl
Write a portion of an array of characters in the buffer.
write(int) - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintWriterImpl
Write a single character in the buffer.
write(String) - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintWriterImpl
Write a string in the buffer.
write(String, int, int) - Method in class org.objectweb.util.monolog.wrapper.printwriter.PrintWriterImpl
Write a portion of a string in the buffer.
writeProperties(Properties, OutputStream) - Static method in class org.objectweb.util.monolog.file.monolog.MonologPropertiesIO
 

A C D E F G H I J K L M N O P R S T U W

Copyright © 2012 OW2 Consortium. All Rights Reserved.