- callAppenders(LoggingEvent) - Method in class org.objectweb.util.monolog.wrapper.log4j.MonologCategory
-
In inheritance mode this method delegates the treatment to the other
callAppendes methods.
- callAppenders(LoggingEvent, boolean) - Method in class org.objectweb.util.monolog.wrapper.log4j.MonologCategory
-
This method calls all the parent loggers and call its appender either
the followin condition:
if the called parameter is equals to true then all parent are call
with the same value, and the logging event are transmitted to the
appenders.
- categ - Variable in class org.objectweb.util.monolog.wrapper.log4j.MonologCategory
-
This field references the inner Logger if the delegation was choosen.
- category - Variable in class org.objectweb.util.monolog.wrapper.log4jMini.MonologCategory
-
- 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.
- CLASS - Static variable in class org.objectweb.util.monolog.wrapper.javaLog.LoggerFactory
-
This constant means that this java log system must be initialize with
a xml file
- 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
- clearFilters() - Method in class org.objectweb.util.monolog.wrapper.log4j.GenericHandler
-
- 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.javaLog.ConsoleHandler
-
- close() - Method in class org.objectweb.util.monolog.wrapper.javaLog.GenericHandler
-
Close the Handler and free all associated resources.
- close() - Method in class org.objectweb.util.monolog.wrapper.javaLog.JMXHandler
-
- close() - Method in class org.objectweb.util.monolog.wrapper.log4j.GenericHandler
-
- close() - Method in class org.objectweb.util.monolog.wrapper.log4j.JMXHandler
-
- 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 interface org.objectweb.util.monolog.api.Level
-
Compares this object with the specified object for order.
- compareTo(Level) - Method in class org.objectweb.util.monolog.wrapper.common.LevelImpl
-
- compareTo(String, String) - Method in interface org.objectweb.util.monolog.wrapper.remote.api.MonologFactoryMBean
-
Compares two levels.
- compareTo(String, String) - Method in interface org.objectweb.util.monolog.wrapper.remote.api.MonologFactoryProxy
-
Compares two levels.
- compareTo(String, String) - Method in class org.objectweb.util.monolog.wrapper.remote.lib.MonologFactoryMBeanImpl
-
- compareTo(String, String) - Method in class org.objectweb.util.monolog.wrapper.remote.lib.MonologFactoryProxyImpl
-
- 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 interface org.objectweb.util.monolog.api.MonologFactory
-
This method permits to order to a monolog wrapper to configure the
underlying log system.
- configure(Properties) - Method in class org.objectweb.util.monolog.wrapper.common.AbstractFactory
-
- configure(Properties) - Method in class org.objectweb.util.monolog.wrapper.config.BasicFactory
-
- configure(Properties) - Method in class org.objectweb.util.monolog.wrapper.javaLog.LoggerFactory
-
This method permits to configure the factory.
- configure(Properties) - Method in class org.objectweb.util.monolog.wrapper.log4j.MonologLoggerFactory
-
This method permits to configure the factory with tha specific
configuration file: like a log4j.properties
- configure(Properties) - Method in class org.objectweb.util.monolog.wrapper.log4jMini.MonologLoggerFactory
-
This method permits to configure the factory.
- configure(Properties) - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
-
- CONSOLE_HANDLER_TYPE - Static variable in interface org.objectweb.util.monolog.api.Handler
-
Deprecated.
the type is a string now: "console"
- ConsoleHandler - Class in org.objectweb.util.monolog.wrapper.javaLog
-
The aim of this class is to permit to specify the output for the console
handler of the java.util.logging system.
- ConsoleHandler() - Constructor for class org.objectweb.util.monolog.wrapper.javaLog.ConsoleHandler
-
- ConsoleHandler - Class in org.objectweb.util.monolog.wrapper.log4j
-
- ConsoleHandler() - Constructor for class org.objectweb.util.monolog.wrapper.log4j.ConsoleHandler
-
- ConsoleHandler(String) - Constructor for class org.objectweb.util.monolog.wrapper.log4j.ConsoleHandler
-
It Builds a new ConsoleHandler.
- convertLevel(Level) - Static method in class org.objectweb.util.monolog.wrapper.javaLog.LevelImpl
-
Level => java.util.logging.Level
- convertLevel(Level) - Static method in class org.objectweb.util.monolog.wrapper.log4j.LevelImpl
-
- convertLevel(Level) - Static method in class org.objectweb.util.monolog.wrapper.log4jMini.LevelImpl
-
- createHandler(String, String) - Method in interface org.objectweb.util.monolog.api.HandlerFactory
-
It retrieves a new instance of an handler which the type is specified
by the parameter.
- createHandler(String, String) - Method in class org.objectweb.util.monolog.wrapper.common.AbstractFactory
-
- createHandler(String, String) - Method in class org.objectweb.util.monolog.wrapper.config.BasicFactory
-
- createHandler(String, String) - Method in class org.objectweb.util.monolog.wrapper.log4jMini.MonologLoggerFactory
-
- createHandler(String, String) - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
-
- createHandler(String, String) - Method in interface org.objectweb.util.monolog.wrapper.remote.api.MonologFactoryMBean
-
Creates a new handler
- createHandler(String, String) - Method in interface org.objectweb.util.monolog.wrapper.remote.api.MonologFactoryProxy
-
Creates a new handler
- createHandler(String, String) - Method in class org.objectweb.util.monolog.wrapper.remote.lib.MonologFactoryMBeanImpl
-
- createHandler(String, String) - Method in class org.objectweb.util.monolog.wrapper.remote.lib.MonologFactoryProxyImpl
-
- 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
-
- GENERIC_HANDLER_TYPE - Static variable in interface org.objectweb.util.monolog.api.Handler
-
Deprecated.
the type is a string now: "generic"
- GenericHandler - Class in org.objectweb.util.monolog.wrapper.javaLog
-
Is a generic handler implementation used to wrapper java.util.logging.Handler
instance.
- GenericHandler() - Constructor for class org.objectweb.util.monolog.wrapper.javaLog.GenericHandler
-
- GenericHandler(String) - Constructor for class org.objectweb.util.monolog.wrapper.javaLog.GenericHandler
-
- GenericHandler(String, String) - Constructor for class org.objectweb.util.monolog.wrapper.javaLog.GenericHandler
-
Builds a generic handler with its name and the type.
- GenericHandler(String, Handler) - Constructor for class org.objectweb.util.monolog.wrapper.javaLog.GenericHandler
-
builds a generic handler since a real handler.
- GenericHandler - Class in org.objectweb.util.monolog.wrapper.log4j
-
This class is a generic implementation of the Handler interface.
- GenericHandler() - Constructor for class org.objectweb.util.monolog.wrapper.log4j.GenericHandler
-
- GenericHandler(String) - Constructor for class org.objectweb.util.monolog.wrapper.log4j.GenericHandler
-
- GenericHandler(Appender) - Constructor for class org.objectweb.util.monolog.wrapper.log4j.GenericHandler
-
- getAdditivity() - Method in interface org.objectweb.util.monolog.api.TopicalLogger
-
It retrieves the additivity flag for this logger instance.
- getAdditivity() - Method in class org.objectweb.util.monolog.wrapper.config.BasicLogger
-
- getAdditivity() - Method in class org.objectweb.util.monolog.wrapper.javaLog.Logger
-
It retrieves the additivity flag for this logger instance.
- getAdditivity() - Method in class org.objectweb.util.monolog.wrapper.log4jMini.MonologCategory
-
- getAdditivity() - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
-
- getAllHandlerAttributes() - Method in interface org.objectweb.util.monolog.wrapper.remote.api.MonologFactoryMBean
-
It retrieves the attributes of all handlers
- getAllHandlerAttributes() - Method in interface org.objectweb.util.monolog.wrapper.remote.api.MonologFactoryProxy
-
It retrieves the attributes of all handlers
- getAllHandlerAttributes() - Method in class org.objectweb.util.monolog.wrapper.remote.lib.MonologFactoryMBeanImpl
-
- getAllHandlerAttributes() - Method in class org.objectweb.util.monolog.wrapper.remote.lib.MonologFactoryProxyImpl
-
- getAppender() - Method in class org.objectweb.util.monolog.wrapper.log4j.GenericHandler
-
- getAttribute(String) - Method in interface org.objectweb.util.monolog.api.Handler
-
It retrieves the value of an attribute value of the handler.
- getAttribute(String) - Method in class org.objectweb.util.monolog.wrapper.config.BasicHandler
-
- getAttribute(String) - Method in class org.objectweb.util.monolog.wrapper.config.BasicLogger
-
- getAttribute(String) - Method in class org.objectweb.util.monolog.wrapper.javaLog.GenericHandler
-
It retrieves the value of an attribute value of the handler.
- getAttribute(String) - Method in class org.objectweb.util.monolog.wrapper.javaLog.Logger
-
It retrieves the value of an attribute value of the handler.
- getAttribute(String) - Method in class org.objectweb.util.monolog.wrapper.log4j.ConsoleHandler
-
- getAttribute(String) - Method in class org.objectweb.util.monolog.wrapper.log4j.FileHandler
-
- getAttribute(String) - Method in class org.objectweb.util.monolog.wrapper.log4j.GenericHandler
-
- getAttribute(String) - Method in class org.objectweb.util.monolog.wrapper.log4j.JMXHandler
-
- getAttribute(String) - Method in class org.objectweb.util.monolog.wrapper.log4j.MonologCategory
-
- getAttribute(String) - Method in class org.objectweb.util.monolog.wrapper.log4j.NTEventLogHandler
-
- getAttribute(String) - Method in class org.objectweb.util.monolog.wrapper.log4j.RollingFileHandler
-
- getAttribute(String) - Method in class org.objectweb.util.monolog.wrapper.log4jMini.FileHandler
-
- getAttribute(String) - Method in class org.objectweb.util.monolog.wrapper.log4jMini.MonologCategory
-
- getAttribute(String) - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
-
- getAttributeNames() - Method in interface org.objectweb.util.monolog.api.Handler
-
It retrieves the attributes of the handler
- getAttributeNames() - Method in class org.objectweb.util.monolog.wrapper.config.BasicHandler
-
- getAttributeNames() - Method in class org.objectweb.util.monolog.wrapper.config.BasicLogger
-
- getAttributeNames() - Method in class org.objectweb.util.monolog.wrapper.javaLog.GenericHandler
-
It retrieves the attributes of the handler
- getAttributeNames() - Method in class org.objectweb.util.monolog.wrapper.javaLog.Logger
-
It retrieves the attributes of the handler
- getAttributeNames() - Method in class org.objectweb.util.monolog.wrapper.log4j.ConsoleHandler
-
- getAttributeNames() - Method in class org.objectweb.util.monolog.wrapper.log4j.FileHandler
-
- getAttributeNames() - Method in class org.objectweb.util.monolog.wrapper.log4j.GenericHandler
-
- getAttributeNames() - Method in class org.objectweb.util.monolog.wrapper.log4j.JMXHandler
-
- getAttributeNames() - Method in class org.objectweb.util.monolog.wrapper.log4j.MonologCategory
-
- getAttributeNames() - Method in class org.objectweb.util.monolog.wrapper.log4j.NTEventLogHandler
-
- getAttributeNames() - Method in class org.objectweb.util.monolog.wrapper.log4j.RollingFileHandler
-
- getAttributeNames() - Method in class org.objectweb.util.monolog.wrapper.log4jMini.FileHandler
-
- getAttributeNames() - Method in class org.objectweb.util.monolog.wrapper.log4jMini.MonologCategory
-
- getAttributeNames() - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
-
- getAttributes() - Method in class org.objectweb.util.monolog.wrapper.config.BasicHandler
-
- getAttributes() - Method in class org.objectweb.util.monolog.wrapper.log4j.ConsoleHandler
-
- getAttributes() - Method in class org.objectweb.util.monolog.wrapper.log4j.FileHandler
-
- getAttributes() - Method in class org.objectweb.util.monolog.wrapper.log4j.JMXHandler
-
- getAttributes() - Method in class org.objectweb.util.monolog.wrapper.log4j.NTEventLogHandler
-
- getAttributes() - Method in class org.objectweb.util.monolog.wrapper.log4j.RollingFileHandler
-
- getBegin(String) - Static method in class org.objectweb.util.monolog.file.DottedStringTools
-
- getChainedLevel() - Method in class org.objectweb.util.monolog.wrapper.log4j.MonologCategory
-
Starting from this Logger, search the Logger hierarchy for a
non-null priority and return it.
- getContext() - Static method in class org.objectweb.util.monolog.wrapper.javaLog.MonologFormatter
-
Calculate the class name, the method name and the line number of the
logger user.
- getCurrentIntLevel() - Method in interface org.objectweb.util.monolog.api.Logger
-
Returns the current level value under the integer format
- getCurrentIntLevel() - Method in class org.objectweb.util.monolog.wrapper.config.BasicLogger
-
- getCurrentIntLevel() - Method in class org.objectweb.util.monolog.wrapper.javaLog.Logger
-
- getCurrentIntLevel() - Method in class org.objectweb.util.monolog.wrapper.log4j.MonologCategory
-
Return the current Level of the logger
- getCurrentIntLevel() - Method in class org.objectweb.util.monolog.wrapper.log4jMini.MonologCategory
-
Return the current Level of the logger
- getCurrentIntLevel() - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
-
Gets the CurrentIntLevel attribute of the LoggerImpl object
- getCurrentLevel() - Method in interface org.objectweb.util.monolog.api.Logger
-
Returns the current level value under the Level format
- getCurrentLevel() - Method in class org.objectweb.util.monolog.wrapper.config.BasicLogger
-
- getCurrentLevel() - Method in class org.objectweb.util.monolog.wrapper.javaLog.Logger
-
- getCurrentLevel() - Method in class org.objectweb.util.monolog.wrapper.log4j.MonologCategory
-
- getCurrentLevel() - Method in class org.objectweb.util.monolog.wrapper.log4jMini.MonologCategory
-
- 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
-
- getDefaultHandlerType2className() - Method in class org.objectweb.util.monolog.wrapper.javaLog.LoggerFactory
-
- getDefaultHandlerType2className() - Method in class org.objectweb.util.monolog.wrapper.log4j.MonologLoggerFactory
-
- 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.
- getEncoding() - Method in class org.objectweb.util.monolog.wrapper.javaLog.GenericHandler
-
Return the character encoding for this Handler.
- getEnd(String) - Static method in class org.objectweb.util.monolog.file.DottedStringTools
-
- getErrorHandler() - Method in class org.objectweb.util.monolog.wrapper.log4j.GenericHandler
-
- getFilter() - Method in class org.objectweb.util.monolog.wrapper.javaLog.GenericHandler
-
Get the current Filter for this Handler.
- getFilter() - Method in class org.objectweb.util.monolog.wrapper.log4j.GenericHandler
-
- getFirst(String) - Static method in class org.objectweb.util.monolog.file.DottedStringTools
-
- getFormatter() - Method in class org.objectweb.util.monolog.wrapper.javaLog.GenericHandler
-
Return the Formatter for this Handler.
- getHandler(String) - Method in interface org.objectweb.util.monolog.api.HandlerFactory
-
It retrieves the handler which the name is specified by the parameter
- getHandler() - Method in interface org.objectweb.util.monolog.api.TopicalLogger
-
It returns the list of the handler associated to this logger.
- getHandler(String) - Method in interface org.objectweb.util.monolog.api.TopicalLogger
-
It returns the handler which the name is equals to the parameter
- getHandler(String) - Method in class org.objectweb.util.monolog.wrapper.common.AbstractFactory
-
- getHandler(String) - Method in class org.objectweb.util.monolog.wrapper.config.BasicFactory
-
- getHandler() - Method in class org.objectweb.util.monolog.wrapper.config.BasicLogger
-
- getHandler(String) - Method in class org.objectweb.util.monolog.wrapper.config.BasicLogger
-
- getHandler(String) - Method in class org.objectweb.util.monolog.wrapper.javaLog.Logger
-
It returns the handler which the name is equals to the parameter
- getHandler() - Method in class org.objectweb.util.monolog.wrapper.javaLog.Logger
-
Get the Handlers associated with this logger.
- getHandler() - Method in class org.objectweb.util.monolog.wrapper.log4j.MonologCategory
-
- getHandler(String) - Method in class org.objectweb.util.monolog.wrapper.log4j.MonologCategory
-
- getHandler() - Method in class org.objectweb.util.monolog.wrapper.log4jMini.MonologCategory
-
- getHandler(String) - Method in class org.objectweb.util.monolog.wrapper.log4jMini.MonologCategory
-
- getHandler(String) - Method in class org.objectweb.util.monolog.wrapper.log4jMini.MonologLoggerFactory
-
- getHandler() - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
-
- getHandler(String) - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
-
- getHandlerAttributes(String) - Method in interface org.objectweb.util.monolog.wrapper.remote.api.MonologFactoryMBean
-
It retrieves the attributes of an handler
- getHandlerAttributes(String) - Method in interface org.objectweb.util.monolog.wrapper.remote.api.MonologFactoryProxy
-
It retrieves the attributes of an handler
- getHandlerAttributes(String) - Method in class org.objectweb.util.monolog.wrapper.remote.lib.MonologFactoryMBeanImpl
-
- getHandlerAttributes(String) - Method in class org.objectweb.util.monolog.wrapper.remote.lib.MonologFactoryProxyImpl
-
- getHandlerFactory(String) - Static method in class org.objectweb.util.monolog.Monolog
-
- getHandlerNames() - Method in class org.objectweb.util.monolog.wrapper.remote.api.LoggerInfo
-
- getHandlerNames() - Method in interface org.objectweb.util.monolog.wrapper.remote.api.MonologFactoryMBean
-
It retrieves name of all handler managed by this factory.
- getHandlerNames() - Method in interface org.objectweb.util.monolog.wrapper.remote.api.MonologFactoryProxy
-
It retrieves name of all handler managed by this factory.
- getHandlerNames() - Method in class org.objectweb.util.monolog.wrapper.remote.lib.MonologFactoryMBeanImpl
-
- getHandlerNames() - Method in class org.objectweb.util.monolog.wrapper.remote.lib.MonologFactoryProxyImpl
-
- getHandlers() - Method in interface org.objectweb.util.monolog.api.HandlerFactory
-
It retrieves all handler managed by this factory.
- getHandlers() - Method in class org.objectweb.util.monolog.wrapper.common.AbstractFactory
-
- getHandlers() - Method in class org.objectweb.util.monolog.wrapper.config.BasicFactory
-
- getHandlers() - Method in class org.objectweb.util.monolog.wrapper.log4jMini.MonologLoggerFactory
-
- getHandlers() - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
-
- getIntValue() - Method in interface org.objectweb.util.monolog.api.Level
-
Returns the integer value which represents the level.
- getIntValue() - Method in class org.objectweb.util.monolog.wrapper.common.LevelImpl
-
- getLast(String) - Static method in class org.objectweb.util.monolog.file.DottedStringTools
-
- getLayout() - Method in class org.objectweb.util.monolog.wrapper.log4j.GenericHandler
-
- getLevel(String) - Method in interface org.objectweb.util.monolog.api.LevelFactory
-
It retrieves a Level instance which the name is equals to the parameter.
- getLevel(int) - Method in interface org.objectweb.util.monolog.api.LevelFactory
-
It retrieves a Level instance which the integer value is equals to the
parameter.
- 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.config.BasicFactory
-
- getLevel(int) - Method in class org.objectweb.util.monolog.wrapper.config.BasicFactory
-
- getLevel() - Method in class org.objectweb.util.monolog.wrapper.javaLog.GenericHandler
-
Get the log level specifying which messages will be logged by this Handler.
- getLevel(int) - Static method in class org.objectweb.util.monolog.wrapper.javaLog.LevelImpl
-
int => org.objectweb.util.monolog.api.Level
- getLevel(int) - Static method in class org.objectweb.util.monolog.wrapper.log4j.LevelImpl
-
- getLevel(int) - Static method in class org.objectweb.util.monolog.wrapper.log4jMini.LevelImpl
-
- getLevel(String) - Method in class org.objectweb.util.monolog.wrapper.log4jMini.MonologLoggerFactory
-
- getLevel(int) - Method in class org.objectweb.util.monolog.wrapper.log4jMini.MonologLoggerFactory
-
- 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
-
- getLevel() - Method in class org.objectweb.util.monolog.wrapper.remote.api.LoggerInfo
-
- getLevel(String) - Method in interface org.objectweb.util.monolog.wrapper.remote.api.MonologFactoryMBean
-
It retrieves a Level instance which the name is equals to the parameter.
- getLevel(int) - Method in interface org.objectweb.util.monolog.wrapper.remote.api.MonologFactoryMBean
-
It retrieves a Level instance which the integer value is equals to the
parameter.
- getLevel(String) - Method in interface org.objectweb.util.monolog.wrapper.remote.api.MonologFactoryProxy
-
It retrieves a Level instance which the name is equals to the parameter.
- getLevel(int) - Method in interface org.objectweb.util.monolog.wrapper.remote.api.MonologFactoryProxy
-
It retrieves a Level instance which the integer value is equals to the
parameter.
- getLevel(String) - Method in class org.objectweb.util.monolog.wrapper.remote.lib.MonologFactoryMBeanImpl
-
- getLevel(int) - Method in class org.objectweb.util.monolog.wrapper.remote.lib.MonologFactoryMBeanImpl
-
- getLevel(String) - Method in class org.objectweb.util.monolog.wrapper.remote.lib.MonologFactoryProxyImpl
-
- getLevel(int) - Method in class org.objectweb.util.monolog.wrapper.remote.lib.MonologFactoryProxyImpl
-
- getLevelFactory(String) - Static method in class org.objectweb.util.monolog.Monolog
-
- getLevelName() - Method in class org.objectweb.util.monolog.wrapper.remote.api.LoggerInfo
-
- getLevels() - Method in interface org.objectweb.util.monolog.api.LevelFactory
-
It retrieves all Level instances defined in this manager.
- getLevels() - Method in class org.objectweb.util.monolog.wrapper.common.AbstractFactory
-
- getLevels() - Method in class org.objectweb.util.monolog.wrapper.config.BasicFactory
-
- getLevels() - Method in class org.objectweb.util.monolog.wrapper.log4jMini.MonologLoggerFactory
-
- getLevels() - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
-
This method is not synchronized because the configuration is rarely
- getLevels() - Method in interface org.objectweb.util.monolog.wrapper.remote.api.MonologFactoryMBean
-
It retrieves all Level instances defined in this manager.
- getLevels() - Method in interface org.objectweb.util.monolog.wrapper.remote.api.MonologFactoryProxy
-
It retrieves all Level instances defined in this manager.
- getLevels() - Method in class org.objectweb.util.monolog.wrapper.remote.lib.MonologFactoryMBeanImpl
-
- getLevels() - Method in class org.objectweb.util.monolog.wrapper.remote.lib.MonologFactoryProxyImpl
-
- getLog() - Method in class org.objectweb.util.monolog.wrapper.velocity.VelocityLogger
-
- getLogger() - Method in interface org.objectweb.util.monolog.api.Loggable
-
Retrieves the logger instance used
- getLogger(String) - Method in interface org.objectweb.util.monolog.api.LoggerFactory
-
This method permits to fetch a Logger.
- getLogger(String, String) - Method in interface org.objectweb.util.monolog.api.LoggerFactory
-
This method permits to fetch a Logger.
- getLogger(String) - Method in class org.objectweb.util.monolog.wrapper.common.AbstractFactory
-
- getLogger(String) - Method in class org.objectweb.util.monolog.wrapper.config.BasicFactory
-
- getLogger(String, String) - Method in class org.objectweb.util.monolog.wrapper.config.BasicFactory
-
- getLogger(String) - Method in class org.objectweb.util.monolog.wrapper.javaLog.LoggerFactory
-
- getLogger(String, String) - Method in class org.objectweb.util.monolog.wrapper.javaLog.LoggerFactory
-
- getLogger(String) - Method in class org.objectweb.util.monolog.wrapper.log4j.MonologLoggerFactory
-
- getLogger(String, String) - Method in class org.objectweb.util.monolog.wrapper.log4j.MonologLoggerFactory
-
- getLogger(String) - Method in class org.objectweb.util.monolog.wrapper.log4jMini.MonologLoggerFactory
-
- getLogger(String, String) - Method in class org.objectweb.util.monolog.wrapper.log4jMini.MonologLoggerFactory
-
- 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
- getLogger(String) - Method in interface org.objectweb.util.monolog.wrapper.remote.api.MonologFactoryMBean
-
Creates a logger if it does not exist.
- getLogger(String, String) - Method in interface org.objectweb.util.monolog.wrapper.remote.api.MonologFactoryMBean
-
Creates a logger if it does not exist.
- getLogger(String) - Method in interface org.objectweb.util.monolog.wrapper.remote.api.MonologFactoryProxy
-
Creates a logger if it does not exist.
- getLogger(String, String) - Method in interface org.objectweb.util.monolog.wrapper.remote.api.MonologFactoryProxy
-
Creates a logger if it does not exist.
- getLogger(String) - Method in class org.objectweb.util.monolog.wrapper.remote.lib.MonologFactoryMBeanImpl
-
- getLogger(String, String) - Method in class org.objectweb.util.monolog.wrapper.remote.lib.MonologFactoryMBeanImpl
-
- getLogger(String) - Method in class org.objectweb.util.monolog.wrapper.remote.lib.MonologFactoryProxyImpl
-
- getLogger(String, String) - Method in class org.objectweb.util.monolog.wrapper.remote.lib.MonologFactoryProxyImpl
-
- getLoggerFactory() - Method in interface org.objectweb.util.monolog.api.Loggable
-
Retrieves the logger factory instance used
- 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
- getLoggers() - Method in interface org.objectweb.util.monolog.api.LoggerFactory
-
It retrieves a list of all loggers.
- getLoggers() - Method in class org.objectweb.util.monolog.wrapper.common.AbstractFactory
-
- getLoggers() - Method in class org.objectweb.util.monolog.wrapper.config.BasicFactory
-
- getLoggers() - Method in class org.objectweb.util.monolog.wrapper.javaLog.LoggerFactory
-
It retrieves a list of all loggers.
- getLoggers() - Method in class org.objectweb.util.monolog.wrapper.log4j.MonologLoggerFactory
-
- getLoggers() - Method in class org.objectweb.util.monolog.wrapper.log4jMini.MonologLoggerFactory
-
- getLoggers() - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
-
- getLoggers() - Method in interface org.objectweb.util.monolog.wrapper.remote.api.MonologFactoryMBean
-
It retrieves a list of all loggers.
- getLoggers() - Method in interface org.objectweb.util.monolog.wrapper.remote.api.MonologFactoryProxy
-
It retrieves a list of all loggers.
- getLoggers() - Method in class org.objectweb.util.monolog.wrapper.remote.lib.MonologFactoryMBeanImpl
-
- getLoggers() - Method in class org.objectweb.util.monolog.wrapper.remote.lib.MonologFactoryProxyImpl
-
- 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.
- getMonoLogger(String, String) - Method in class org.objectweb.util.monolog.wrapper.javaLog.LoggerFactory
-
This method allocates org.objectweb.util.monolog.wrapper.javaLog.Logger
objects whic are also java.util.logging.Logger and
org.objectweb.util.monolog.api.Logger.
- getMonologProperties() - Method in interface org.objectweb.util.monolog.wrapper.remote.api.MonologFactoryMBean
-
Retrieves the properties corresponding to the current configuration.
- getMonologProperties() - Method in interface org.objectweb.util.monolog.wrapper.remote.api.MonologFactoryProxy
-
Retrieves the properties corresponding to the current configuration.
- getMonologProperties() - Method in class org.objectweb.util.monolog.wrapper.remote.lib.MonologFactoryMBeanImpl
-
- getMonologProperties() - Method in class org.objectweb.util.monolog.wrapper.remote.lib.MonologFactoryProxyImpl
-
- getName() - Method in interface org.objectweb.util.monolog.api.Handler
-
It retrieves the name of the handler
- getName() - Method in interface org.objectweb.util.monolog.api.Level
-
It retrieves the name of the Level
- getName() - Method in class org.objectweb.util.monolog.wrapper.common.LevelImpl
-
- getName() - Method in class org.objectweb.util.monolog.wrapper.config.BasicHandler
-
- getName() - Method in class org.objectweb.util.monolog.wrapper.config.BasicLogger
-
- getName() - Method in class org.objectweb.util.monolog.wrapper.javaLog.GenericHandler
-
It retrieves the name of the handler
- getName() - Method in class org.objectweb.util.monolog.wrapper.log4j.GenericHandler
-
- getName() - Method in class org.objectweb.util.monolog.wrapper.log4jMini.MonologCategory
-
- getName() - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
-
- getNotificationInfo() - Method in class org.objectweb.util.monolog.wrapper.javaLog.JMXGenericHandler
-
- getNotificationInfo() - Method in class org.objectweb.util.monolog.wrapper.javaLog.JMXHandler
-
- getNotificationInfo() - Method in class org.objectweb.util.monolog.wrapper.log4j.JMXHandler
-
- getPattern() - Method in class org.objectweb.util.monolog.wrapper.javaLog.MonologFormatter
-
- 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 interface org.objectweb.util.monolog.api.LoggerFactory
-
Accessors to a resource bundle name associated to a LoggerFactory.
- getResourceBundleName() - Method in class org.objectweb.util.monolog.wrapper.common.AbstractFactory
-
- getResourceBundleName() - Method in class org.objectweb.util.monolog.wrapper.config.BasicFactory
-
- getResourceBundleName() - Method in class org.objectweb.util.monolog.wrapper.log4jMini.MonologLoggerFactory
-
- getResourceBundleName() - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
-
- getResourceBundleName() - Method in interface org.objectweb.util.monolog.wrapper.remote.api.MonologFactoryMBean
-
Accessors to a resource bundle name associated to a LoggerFactory.
- getResourceBundleName() - Method in interface org.objectweb.util.monolog.wrapper.remote.api.MonologFactoryProxy
-
Accessors to a resource bundle name associated to a LoggerFactory.
- getResourceBundleName() - Method in class org.objectweb.util.monolog.wrapper.remote.lib.MonologFactoryMBeanImpl
-
- getResourceBundleName() - Method in class org.objectweb.util.monolog.wrapper.remote.lib.MonologFactoryProxyImpl
-
- getStringValue() - Method in class org.objectweb.util.monolog.wrapper.common.LevelImpl
-
It retrieves the string expression of the level.
- getTopic() - Method in interface org.objectweb.util.monolog.api.TopicalLogger
-
This method allows getting a topic list of this TopicalLogger.
- getTopic() - Method in class org.objectweb.util.monolog.wrapper.config.BasicLogger
-
- getTopic() - Method in class org.objectweb.util.monolog.wrapper.javaLog.Logger
-
This method allows getting a topic list of this TopicalLogger.
- getTopic() - Method in class org.objectweb.util.monolog.wrapper.log4j.MonologCategory
-
Returns the list of the different names of the topicalLogger
- getTopic() - Method in class org.objectweb.util.monolog.wrapper.log4jMini.MonologCategory
-
- getTopic() - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
-
- getTopics() - Method in interface org.objectweb.util.monolog.api.TopicalLogger
-
This method allows getting a topic list of this TopicalLogger.
- getTopics() - Method in class org.objectweb.util.monolog.wrapper.config.BasicLogger
-
TODO
- getTopics() - Method in class org.objectweb.util.monolog.wrapper.javaLog.Logger
-
This method allows getting a topic list of this TopicalLogger.
- getTopics() - Method in class org.objectweb.util.monolog.wrapper.log4j.MonologCategory
-
Returns the list of the different names of the topicalLogger
- getTopics() - Method in class org.objectweb.util.monolog.wrapper.log4jMini.MonologCategory
-
Returns the list of the different names of the topicalLogger
- getTopics() - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
-
Gets the Topics attribute of the LoggerImpl object
- getTopics() - Method in class org.objectweb.util.monolog.wrapper.remote.api.LoggerInfo
-
- getType() - Method in interface org.objectweb.util.monolog.api.Handler
-
It retrieves the Handler type
- getType() - Method in class org.objectweb.util.monolog.wrapper.config.BasicHandler
-
- getType() - Method in class org.objectweb.util.monolog.wrapper.config.BasicLogger
-
- getType() - Method in class org.objectweb.util.monolog.wrapper.javaLog.GenericHandler
-
It retrieves the Handler type
- getType() - Method in class org.objectweb.util.monolog.wrapper.javaLog.Logger
-
It retrieves the Handler type
- getType() - Method in class org.objectweb.util.monolog.wrapper.log4j.ConsoleHandler
-
- getType() - Method in class org.objectweb.util.monolog.wrapper.log4j.FileHandler
-
- getType() - Method in class org.objectweb.util.monolog.wrapper.log4j.GenericHandler
-
- getType() - Method in class org.objectweb.util.monolog.wrapper.log4j.JMXHandler
-
- getType() - Method in class org.objectweb.util.monolog.wrapper.log4j.MonologCategory
-
- getType() - Method in class org.objectweb.util.monolog.wrapper.log4j.NTEventLogHandler
-
- getType() - Method in class org.objectweb.util.monolog.wrapper.log4j.RollingFileHandler
-
- getType() - Method in class org.objectweb.util.monolog.wrapper.log4jMini.FileHandler
-
- getType() - Method in class org.objectweb.util.monolog.wrapper.log4jMini.MonologCategory
-
- getType() - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
-
- getWrapperName() - Method in class org.objectweb.util.monolog.wrapper.common.AbstractFactory
-
- getWrapperName() - Method in class org.objectweb.util.monolog.wrapper.javaLog.LoggerFactory
-
- getWrapperName() - Method in class org.objectweb.util.monolog.wrapper.log4j.MonologLoggerFactory
-
- INFO - Static variable in class org.objectweb.util.monolog.api.BasicLevel
-
The INFO level designates informational messages that highlight the
progress of the application at a coarse-grained level.
- INHERIT - Static variable in class org.objectweb.util.monolog.api.BasicLevel
-
This special level indicates that the level is inherited from its
ancestors.
- 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)
- init(RuntimeServices) - Method in class org.objectweb.util.monolog.wrapper.velocity.VelocityLogger
-
Nothing to do, except checking that the associated logger is not null.
- initHandlerType2className() - Method in class org.objectweb.util.monolog.wrapper.common.AbstractFactory
-
- initialize() - Static method in class org.objectweb.util.monolog.Monolog
-
Initializes Monolog.
- inner - Variable in class org.objectweb.util.monolog.wrapper.javaLog.Logger
-
This fieds is the real logger.
- instanciateMonologFactory(String) - Static method in class org.objectweb.util.monolog.Monolog
-
Retrieves a MonologFactory instance.
- int2Level(int) - Static method in class org.objectweb.util.monolog.wrapper.javaLog.LevelImpl
-
- interPriority - Variable in class org.objectweb.util.monolog.wrapper.log4j.MonologCategory
-
- interPriority - Variable in class org.objectweb.util.monolog.wrapper.log4jMini.MonologCategory
-
- 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.
- intToNames - Variable in class org.objectweb.util.monolog.wrapper.config.BasicFactory
-
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.
- intToNames - Variable in class org.objectweb.util.monolog.wrapper.log4jMini.MonologLoggerFactory
-
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.
- isAdditivity() - Method in class org.objectweb.util.monolog.wrapper.remote.api.LoggerInfo
-
- isComparableWith(Level) - Method in interface org.objectweb.util.monolog.api.Level
-
This method returns true is the current level and the Level parameter are
ordered.
- isComparableWith(Level) - Method in class org.objectweb.util.monolog.wrapper.common.LevelImpl
-
- isDefaultLevel(Level) - Method in class org.objectweb.util.monolog.file.monolog.PropertiesConfAccess
-
It checks if the level parameter is a default monolog level.
- isGreaterOrEqual(Priority) - Method in class org.objectweb.util.monolog.wrapper.log4j.MonologCategory.OwPriority
-
- isGreaterOrEqual(Priority) - Method in class org.objectweb.util.monolog.wrapper.log4jMini.MonologCategory.OwPriority
-
- isLoggable(int) - Method in interface org.objectweb.util.monolog.api.Logger
-
Check if a message of the given level would actually be logged by this logger.
- isLoggable(Level) - Method in interface org.objectweb.util.monolog.api.Logger
-
Check if a message of the given level would actually be logged by this logger.
- isLoggable(int) - Method in class org.objectweb.util.monolog.wrapper.config.BasicLogger
-
- isLoggable(Level) - Method in class org.objectweb.util.monolog.wrapper.config.BasicLogger
-
- isLoggable(LogRecord) - Method in class org.objectweb.util.monolog.wrapper.javaLog.GenericHandler
-
Check if this Handler would actually log a given LogRecord.
- isLoggable(int) - Method in class org.objectweb.util.monolog.wrapper.javaLog.Logger
-
- isLoggable(Level) - Method in class org.objectweb.util.monolog.wrapper.javaLog.Logger
-
- isLoggable(int) - Method in class org.objectweb.util.monolog.wrapper.log4j.MonologCategory
-
Check if the level parameter are not filtered by the logger
- isLoggable(Level) - Method in class org.objectweb.util.monolog.wrapper.log4j.MonologCategory
-
- isLoggable(int) - Method in class org.objectweb.util.monolog.wrapper.log4jMini.MonologCategory
-
Check if the level parameter are not filtered by the logger
- isLoggable(Level) - Method in class org.objectweb.util.monolog.wrapper.log4jMini.MonologCategory
-
- 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 interface org.objectweb.util.monolog.api.Logger
-
Check if this logger is enabled.
- isOn() - Method in class org.objectweb.util.monolog.wrapper.config.BasicLogger
-
- isOn() - Method in class org.objectweb.util.monolog.wrapper.javaLog.Logger
-
- isOn() - Method in class org.objectweb.util.monolog.wrapper.log4j.MonologCategory
-
Is the handler enabled
- isOn() - Method in class org.objectweb.util.monolog.wrapper.log4jMini.MonologCategory
-
Is the handler enabled
- isOn() - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
-
Gets the On attribute of the LoggerImpl object
- layout - Variable in class org.objectweb.util.monolog.wrapper.log4j.GenericHandler
-
- Level - Interface in org.objectweb.util.monolog.api
-
This class represents a logging level.
- LEVEL - Static variable in interface org.objectweb.util.monolog.file.api.Pattern
-
This character represents the level name of the message
- level - Variable in class org.objectweb.util.monolog.wrapper.config.BasicLogger
-
The current level of the logger.
- level - Variable in class org.objectweb.util.monolog.wrapper.log4j.MonologCategory.OwPriority
-
- level - Variable in class org.objectweb.util.monolog.wrapper.log4jMini.MonologCategory.OwPriority
-
- level - Static variable in class org.objectweb.util.monolog.wrapper.p6spy.P6SpyLogger
-
- level - Variable in class org.objectweb.util.monolog.wrapper.printwriter.PrintStreamImpl
-
- level - Variable in class org.objectweb.util.monolog.wrapper.printwriter.PrintWriterImpl
-
- level - Variable in class org.objectweb.util.monolog.wrapper.remote.api.LoggerInfo
-
is the int value of the current logger level
- LEVEL_ATTRIBUTE - Static variable in interface org.objectweb.util.monolog.api.Handler
-
- LEVEL_DEBUG - Static variable in class org.objectweb.util.monolog.api.BasicLevel
-
DEBUG messages might include things like minor (recoverable) failures.
- LEVEL_ERROR - Static variable in class org.objectweb.util.monolog.api.BasicLevel
-
The ERROR level designates error events that might still allow the
application to continue running.
- LEVEL_FATAL - Static variable in class org.objectweb.util.monolog.api.BasicLevel
-
In general, FATAL messages should describe events that are of
considerable importance and which will prevent continuation of the
program execution.
- LEVEL_FIELD - Static variable in class org.objectweb.util.monolog.file.monolog.PropertiesConfAccess
-
- LEVEL_INFO - Static variable in class org.objectweb.util.monolog.api.BasicLevel
-
The INFO level designates informational messages that highlight the
progress of the application at a coarse-grained level.
- LEVEL_INHERIT - Static variable in class org.objectweb.util.monolog.api.BasicLevel
-
This special level indicates that the level is inherited from its
ancestors.
- LEVEL_WARN - Static variable in class org.objectweb.util.monolog.api.BasicLevel
-
In general, WARN messages should describe events that will be of
interest to end users or system managers, or which indicate potential
problems.
- levelCreated(Level) - Method in interface org.objectweb.util.monolog.api.MonologFactoryListener
-
It is called when a new level has been created by the monolog factory
- LevelFactory - Interface in org.objectweb.util.monolog.api
-
It manages Level instances.
- levelFactory - Variable in class org.objectweb.util.monolog.wrapper.config.BasicLogger
-
This field references the level factory.
- 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
-
- LevelImpl - Class in org.objectweb.util.monolog.wrapper.javaLog
-
Is an implementation of the Monolog Level interface based on the common
LevelImpl class.
- LevelImpl(String, int) - Constructor for class org.objectweb.util.monolog.wrapper.javaLog.LevelImpl
-
- LevelImpl(String, String, LevelFactory) - Constructor for class org.objectweb.util.monolog.wrapper.javaLog.LevelImpl
-
- LevelImpl - Class in org.objectweb.util.monolog.wrapper.log4j
-
This extension of the common LevelImpl provides conversion method for the
monolog levels to the log4j levels.
- LevelImpl(String, int) - Constructor for class org.objectweb.util.monolog.wrapper.log4j.LevelImpl
-
- LevelImpl(String, String, LevelFactory) - Constructor for class org.objectweb.util.monolog.wrapper.log4j.LevelImpl
-
- LevelImpl - Class in org.objectweb.util.monolog.wrapper.log4jMini
-
This extension of the common LevelImpl provides conversion method for the
monolog levels to the log4j levels.
- LevelImpl(String, int) - Constructor for class org.objectweb.util.monolog.wrapper.log4jMini.LevelImpl
-
- LevelImpl(String, String, LevelFactory) - Constructor for class org.objectweb.util.monolog.wrapper.log4jMini.LevelImpl
-
- levelName - Variable in class org.objectweb.util.monolog.wrapper.remote.api.LoggerInfo
-
is the name of the current logger level
- levelRemoved(Level) - Method in interface org.objectweb.util.monolog.api.MonologFactoryListener
-
It i called when a level has been removed by the monolog factory
- levels - Variable in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
-
- LINE_NUMBER - Static variable in interface org.objectweb.util.monolog.file.api.Pattern
-
This character represents the line number in the source code where the
log method was called.
- 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 interface org.objectweb.util.monolog.api.Logger
-
Log a message, with no arguments.
- log(Level, Object) - Method in interface org.objectweb.util.monolog.api.Logger
-
Log a message, with no arguments.
- log(int, Object, Throwable) - Method in interface org.objectweb.util.monolog.api.Logger
-
Log a message, with a throwable arguments which can represent an
error or a context..
- log(Level, Object, Throwable) - Method in interface org.objectweb.util.monolog.api.Logger
-
Log a message, with a throwable arguments which can represent an
error or a context..
- log(int, Object, Object, Object) - Method in interface org.objectweb.util.monolog.api.Logger
-
Log a message, with a location and method arguments.
- log(Level, Object, Object, Object) - Method in interface org.objectweb.util.monolog.api.Logger
-
Log a message, with a location and method arguments.
- log(int, Object, Throwable, Object, Object) - Method in interface org.objectweb.util.monolog.api.Logger
-
Log a message, with a location, method and throwable arguments.
- log(Level, Object, Throwable, Object, Object) - Method in interface org.objectweb.util.monolog.api.Logger
-
Log a message, with a location, method and throwable arguments.
- log(int, Object) - Method in class org.objectweb.util.monolog.wrapper.config.BasicLogger
-
- log(Level, Object) - Method in class org.objectweb.util.monolog.wrapper.config.BasicLogger
-
- log(int, Object, Throwable) - Method in class org.objectweb.util.monolog.wrapper.config.BasicLogger
-
- log(Level, Object, Throwable) - Method in class org.objectweb.util.monolog.wrapper.config.BasicLogger
-
- log(int, Object, Object, Object) - Method in class org.objectweb.util.monolog.wrapper.config.BasicLogger
-
- log(Level, Object, Object, Object) - Method in class org.objectweb.util.monolog.wrapper.config.BasicLogger
-
- log(int, Object, Throwable, Object, Object) - Method in class org.objectweb.util.monolog.wrapper.config.BasicLogger
-
- log(Level, Object, Throwable, Object, Object) - Method in class org.objectweb.util.monolog.wrapper.config.BasicLogger
-
- log(int, Object) - Method in class org.objectweb.util.monolog.wrapper.javaLog.Logger
-
- log(Level, Object) - Method in class org.objectweb.util.monolog.wrapper.javaLog.Logger
-
- log(int, Object, Throwable) - Method in class org.objectweb.util.monolog.wrapper.javaLog.Logger
-
- log(Level, Object, Throwable) - Method in class org.objectweb.util.monolog.wrapper.javaLog.Logger
-
- log(int, Object, Object, Object) - Method in class org.objectweb.util.monolog.wrapper.javaLog.Logger
-
- log(Level, Object, Object, Object) - Method in class org.objectweb.util.monolog.wrapper.javaLog.Logger
-
- log(int, Object, Throwable, Object, Object) - Method in class org.objectweb.util.monolog.wrapper.javaLog.Logger
-
- log(Level, Object, Throwable, Object, Object) - Method in class org.objectweb.util.monolog.wrapper.javaLog.Logger
-
- log(int, Object) - Method in class org.objectweb.util.monolog.wrapper.log4j.MonologCategory
-
Log an object with a specific level.
- log(Level, Object) - Method in class org.objectweb.util.monolog.wrapper.log4j.MonologCategory
-
- log(int, Object, Throwable) - Method in class org.objectweb.util.monolog.wrapper.log4j.MonologCategory
-
Log an object and a trowable with a specific level.
- log(Level, Object, Throwable) - Method in class org.objectweb.util.monolog.wrapper.log4j.MonologCategory
-
- log(int, Object, Object, Object) - Method in class org.objectweb.util.monolog.wrapper.log4j.MonologCategory
-
Log an object and a trowable with a specific level.
- log(Level, Object, Object, Object) - Method in class org.objectweb.util.monolog.wrapper.log4j.MonologCategory
-
- log(int, Object, Throwable, Object, Object) - Method in class org.objectweb.util.monolog.wrapper.log4j.MonologCategory
-
Log an object and a trowable with a specific level.
- log(Level, Object, Throwable, Object, Object) - Method in class org.objectweb.util.monolog.wrapper.log4j.MonologCategory
-
- log(int, Object) - Method in class org.objectweb.util.monolog.wrapper.log4jMini.MonologCategory
-
Log an object with a specific level.
- log(Level, Object) - Method in class org.objectweb.util.monolog.wrapper.log4jMini.MonologCategory
-
- log(int, Object, Throwable) - Method in class org.objectweb.util.monolog.wrapper.log4jMini.MonologCategory
-
Log an object and a trowable with a specific level.
- log(Level, Object, Throwable) - Method in class org.objectweb.util.monolog.wrapper.log4jMini.MonologCategory
-
- log(int, Object, Object, Object) - Method in class org.objectweb.util.monolog.wrapper.log4jMini.MonologCategory
-
Log an object and a trowable with a specific level.
- log(Level, Object, Object, Object) - Method in class org.objectweb.util.monolog.wrapper.log4jMini.MonologCategory
-
- log(int, Object, Throwable, Object, Object) - Method in class org.objectweb.util.monolog.wrapper.log4jMini.MonologCategory
-
Log an object and a trowable with a specific level.
- log(Level, Object, Throwable, Object, Object) - Method in class org.objectweb.util.monolog.wrapper.log4jMini.MonologCategory
-
- 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
- log4j2monolog(String) - Static method in class org.objectweb.util.monolog.wrapper.log4j.PatternConverter
-
- log4j2monolog(String) - Static method in class org.objectweb.util.monolog.wrapper.log4jMini.PatternConverter
-
- LOG4J_CF_PROP - Static variable in class org.objectweb.util.monolog.wrapper.log4j.MonologLoggerFactory
-
- LOG4J_CF_PROP - Static variable in class org.objectweb.util.monolog.wrapper.log4jMini.MonologLoggerFactory
-
- LOG4J_CF_VALUE - Static variable in class org.objectweb.util.monolog.wrapper.log4j.MonologLoggerFactory
-
- LOG4J_CF_VALUE - Static variable in class org.objectweb.util.monolog.wrapper.log4jMini.MonologLoggerFactory
-
- 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.
- LOG_CONFIGURATION_FILE - Static variable in interface org.objectweb.util.monolog.api.MonologFactory
-
This constant can be used to specify the specific configuration file.
- LOG_CONFIGURATION_FILE_USE_CLASSPATH - Static variable in interface org.objectweb.util.monolog.api.MonologFactory
-
This constant can be used to specify if the configuration file must be
searched into the classpath
- LOG_CONFIGURATION_TYPE - Static variable in interface org.objectweb.util.monolog.api.MonologFactory
-
This constant can be used to specify the type of specific configuration
which you need.
- logException(Exception) - Method in class org.objectweb.util.monolog.wrapper.p6spy.P6SpyLogger
-
- Loggable - Interface in org.objectweb.util.monolog.api
-
- Logger - Interface in org.objectweb.util.monolog.api
-
A Logger implementation receives event messages from an object and exports
them.
- Logger - Class in org.objectweb.util.monolog.wrapper.javaLog
-
Is an extension of the java.util.logging.Logger class used to wrap Monolog
on the logging system provided in the JDK since the 1.4 version.
- Logger(Logger) - Constructor for class org.objectweb.util.monolog.wrapper.javaLog.Logger
-
Builds a a Logger with an inner logger
- Logger(String, String) - Constructor for class org.objectweb.util.monolog.wrapper.javaLog.Logger
-
Builds a Logger without inner logger (==> inner = this)
- logger - Static variable in class org.objectweb.util.monolog.wrapper.p6spy.P6SpyLogger
-
- 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
-
- LOGGER_HANDLER_TYPE - Static variable in interface org.objectweb.util.monolog.api.Handler
-
Deprecated.
the type is a string now: "logger"
- loggerCleaned - Variable in class org.objectweb.util.monolog.file.monolog.PropertiesConfAccess
-
- LoggerFactory - Interface in org.objectweb.util.monolog.api
-
The aims of this interface is to provide Logger instances, to allow
instrumentation to be independent of the logging implementation and
to allow the use of the same logging implementation for all the
components of a given application.
- loggerFactory - Static variable in class org.objectweb.util.monolog.Monolog
-
Deprecated.
use monologFactory
- LoggerFactory - Class in org.objectweb.util.monolog.wrapper.javaLog
-
is the LoggerFactory for the wrapper to java.util.logging
- LoggerFactory() - Constructor for class org.objectweb.util.monolog.wrapper.javaLog.LoggerFactory
-
- 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
- LoggerInfo - Class in org.objectweb.util.monolog.wrapper.remote.api
-
Defines an holder of information about a logger.
- LoggerInfo(TopicalLogger) - Constructor for class org.objectweb.util.monolog.wrapper.remote.api.LoggerInfo
-
Build a Loggerinfo from a TopicalLogger.
- loggers - Variable in class org.objectweb.util.monolog.wrapper.config.BasicFactory
-
This field references the handler instance by their names.
key = a String object which is a logger topic.
- Logging - Class in org.objectweb.util.monolog.wrapper.remote.lib
-
- Logging() - Constructor for class org.objectweb.util.monolog.wrapper.remote.lib.Logging
-
- Logging(MonologFactory) - Constructor for class org.objectweb.util.monolog.wrapper.remote.lib.Logging
-
- LoggingMBean - Interface in org.objectweb.util.monolog.wrapper.remote.lib
-
- logText(String) - Method in class org.objectweb.util.monolog.wrapper.p6spy.P6SpyLogger
-
- logVelocityMessage(int, String) - Method in class org.objectweb.util.monolog.wrapper.velocity.VelocityLogger
-
- makeNewLoggerInstance(String) - Method in class org.objectweb.util.monolog.wrapper.log4j.MonologCategory.BetaCF
-
- makeNewLoggerInstance(String) - Method in class org.objectweb.util.monolog.wrapper.log4j.MonologCategoryFactory
-
- manager - Static variable in class org.objectweb.util.monolog.wrapper.javaLog.LoggerFactory
-
the LogManager of java.util.logging
- MAX_SIZE_ATTRIBUTE - Static variable in interface org.objectweb.util.monolog.api.Handler
-
- MESSAGE - Static variable in interface org.objectweb.util.monolog.file.api.Pattern
-
The message which has been logged
- messageLogged(BuildEvent) - Method in class org.objectweb.util.monolog.wrapper.ant.MonologBuildListener
-
- METHOD - Static variable in interface org.objectweb.util.monolog.file.api.Pattern
-
This character represents the method in which the log method was called.
- 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
-
- monolog2log4j(String) - Static method in class org.objectweb.util.monolog.wrapper.log4j.PatternConverter
-
- monolog2log4j(String) - Static method in class org.objectweb.util.monolog.wrapper.log4jMini.PatternConverter
-
- 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.
- MonologBuildListener - Class in org.objectweb.util.monolog.wrapper.ant
-
This class is an ant BuildListener which logs events in monolog.
- MonologBuildListener() - Constructor for class org.objectweb.util.monolog.wrapper.ant.MonologBuildListener
-
- MonologBuildListener(Logger) - Constructor for class org.objectweb.util.monolog.wrapper.ant.MonologBuildListener
-
- MonologBuildListener(LoggerFactory) - Constructor for class org.objectweb.util.monolog.wrapper.ant.MonologBuildListener
-
- MonologCategory - Class in org.objectweb.util.monolog.wrapper.log4j
-
This class wraps the Logger concept into the log4j world.
- MonologCategory(String) - Constructor for class org.objectweb.util.monolog.wrapper.log4j.MonologCategory
-
This constructor initializes the instance in inheritance mode.
- MonologCategory(Logger) - Constructor for class org.objectweb.util.monolog.wrapper.log4j.MonologCategory
-
This constructor initializes the instance in delegation mode.
- MonologCategory - Class in org.objectweb.util.monolog.wrapper.log4jMini
-
- MonologCategory(Category) - Constructor for class org.objectweb.util.monolog.wrapper.log4jMini.MonologCategory
-
- MonologCategory.BetaCF - Class in org.objectweb.util.monolog.wrapper.log4j
-
- MonologCategory.BetaCF(MonologCategory) - Constructor for class org.objectweb.util.monolog.wrapper.log4j.MonologCategory.BetaCF
-
- MonologCategory.OwPriority - Class in org.objectweb.util.monolog.wrapper.log4j
-
- MonologCategory.OwPriority(int) - Constructor for class org.objectweb.util.monolog.wrapper.log4j.MonologCategory.OwPriority
-
- MonologCategory.OwPriority - Class in org.objectweb.util.monolog.wrapper.log4jMini
-
- MonologCategory.OwPriority(int) - Constructor for class org.objectweb.util.monolog.wrapper.log4jMini.MonologCategory.OwPriority
-
- MonologCategory.OwPriority(int, String) - Constructor for class org.objectweb.util.monolog.wrapper.log4jMini.MonologCategory.OwPriority
-
- MonologCategoryFactory - Class in org.objectweb.util.monolog.wrapper.log4j
-
- MonologCategoryFactory() - Constructor for class org.objectweb.util.monolog.wrapper.log4j.MonologCategoryFactory
-
- MonologFactory - Interface in org.objectweb.util.monolog.api
-
A monolog factory is a factory for loggers, levels and handlers.
- monologFactory - Static variable in class org.objectweb.util.monolog.Monolog
-
is the last required logger factory.
- MonologFactoryListener - Interface in org.objectweb.util.monolog.api
-
Defines a listener of event on a MonologFactory.
- 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.
- MonologFactoryMBean - Interface in org.objectweb.util.monolog.wrapper.remote.api
-
Defines a MBean for managing the 3 Monolog concepts: Logger, Handler and
Level
- MonologFactoryMBeanImpl - Class in org.objectweb.util.monolog.wrapper.remote.lib
-
This class is a JMX MBean implementing the MonologFactoryMBean interface.
- MonologFactoryMBeanImpl() - Constructor for class org.objectweb.util.monolog.wrapper.remote.lib.MonologFactoryMBeanImpl
-
Build a JMX MBean managing the default MonologFactory registered
as current int the Monolog class.
- MonologFactoryMBeanImpl(MonologFactory) - Constructor for class org.objectweb.util.monolog.wrapper.remote.lib.MonologFactoryMBeanImpl
-
Build a JMX MBean for administrate the a MonologFactory.
- MonologFactoryProxy - Interface in org.objectweb.util.monolog.wrapper.remote.api
-
Defines a MBean for managing the 3 Monolog concepts: Logger, Handler and
Level
- MonologFactoryProxyImpl - Class in org.objectweb.util.monolog.wrapper.remote.lib
-
This class implements the MonologFactoryProxy interface as remote object.
- MonologFactoryProxyImpl() - Constructor for class org.objectweb.util.monolog.wrapper.remote.lib.MonologFactoryProxyImpl
-
Build a remote object managing the default MonologFactory registered
as current int the Monolog class.
- MonologFactoryProxyImpl(MonologFactory) - Constructor for class org.objectweb.util.monolog.wrapper.remote.lib.MonologFactoryProxyImpl
-
Build a remote object managing a MonologFactory.
- MonologFactoryProxyImpl(MonologFactory, String) - Constructor for class org.objectweb.util.monolog.wrapper.remote.lib.MonologFactoryProxyImpl
-
Build a remote object managing a MonologFactory.
- MonologFormatter - Class in org.objectweb.util.monolog.wrapper.javaLog
-
The goal of this class is to format a LogRecord with regard to a pattern.
- MonologFormatter() - Constructor for class org.objectweb.util.monolog.wrapper.javaLog.MonologFormatter
-
- MonologFormatter(String) - Constructor for class org.objectweb.util.monolog.wrapper.javaLog.MonologFormatter
-
- MonologLoggerFactory - Class in org.objectweb.util.monolog.wrapper.log4j
-
This class wraps the LoggerFactory, HandlerFactory, LevelFactory concepts
into the log4j world.
- MonologLoggerFactory() - Constructor for class org.objectweb.util.monolog.wrapper.log4j.MonologLoggerFactory
-
It intializes the data struture, defines the default level and the root
logger.
- MonologLoggerFactory - Class in org.objectweb.util.monolog.wrapper.log4jMini
-
- MonologLoggerFactory() - Constructor for class org.objectweb.util.monolog.wrapper.log4jMini.MonologLoggerFactory
-
- 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
-
- P6SpyLogger - Class in org.objectweb.util.monolog.wrapper.p6spy
-
This class is a wrapper between the P6spy loggiing module and monolog.
- P6SpyLogger() - Constructor for class org.objectweb.util.monolog.wrapper.p6spy.P6SpyLogger
-
- 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.
- Pattern - Interface in org.objectweb.util.monolog.file.api
-
This interface decribes the special characters used to describe a pattern.
- PATTERN_ATTRIBUTE - Static variable in interface org.objectweb.util.monolog.api.Handler
-
- PatternConverter - Class in org.objectweb.util.monolog.wrapper.log4j
-
This tools class permits to convert the printing pattern between log4j
and monolog.
- PatternConverter() - Constructor for class org.objectweb.util.monolog.wrapper.log4j.PatternConverter
-
- PatternConverter - Class in org.objectweb.util.monolog.wrapper.log4jMini
-
This tools class permits to convert the printing pattern between log4j
and monolog.
- PatternConverter() - Constructor for class org.objectweb.util.monolog.wrapper.log4jMini.PatternConverter
-
- pos - Variable in class org.objectweb.util.monolog.wrapper.common.EnumrationImpl
-
- PREFIX - Static variable in interface org.objectweb.util.monolog.file.api.Pattern
-
This character is the prefix of all special character
- 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 - Variable in class org.objectweb.util.monolog.wrapper.log4j.ConsoleHandler
-
This fields contains the properties of the Handler
- prop - Variable in class org.objectweb.util.monolog.wrapper.log4j.FileHandler
-
This fields contains the properties of the Handler
- prop - Variable in class org.objectweb.util.monolog.wrapper.log4j.GenericHandler
-
The properties of the appender
- prop - Variable in class org.objectweb.util.monolog.wrapper.log4j.JMXHandler
-
This fields contains the properties of the Handler
- prop - Variable in class org.objectweb.util.monolog.wrapper.log4j.NTEventLogHandler
-
This fields contains the properties of the Handler
- prop - Variable in class org.objectweb.util.monolog.wrapper.log4j.RollingFileHandler
-
This fields contains the properties of the Handler
- 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
-
- PROPERTY - Static variable in interface org.objectweb.util.monolog.api.MonologFactory
-
This constant represents the property configuration type.
- PROPERTY - Static variable in class org.objectweb.util.monolog.wrapper.javaLog.LoggerFactory
-
This constant means that this java log system must be initialize with
a property file
- props - Variable in class org.objectweb.util.monolog.wrapper.log4jMini.FileHandler
-
- publish(LogRecord) - Method in class org.objectweb.util.monolog.wrapper.javaLog.ConsoleHandler
-
- publish(LogRecord) - Method in class org.objectweb.util.monolog.wrapper.javaLog.GenericHandler
-
Publish a LogRecord.
- publish(LogRecord) - Method in class org.objectweb.util.monolog.wrapper.javaLog.JMXHandler
-
- 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
-
- register(String) - Method in class org.objectweb.util.monolog.wrapper.remote.lib.MonologFactoryProxyImpl
-
Register this object into the RMI registry of the current host.
- register(InetAddress, String) - Method in class org.objectweb.util.monolog.wrapper.remote.lib.MonologFactoryProxyImpl
-
Register this object into a RMI registry.
- 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 interface org.objectweb.util.monolog.api.TopicalLogger
-
A TopicalLogger manages a list of Handler instances.
- removeAllHandlers() - Method in class org.objectweb.util.monolog.wrapper.config.BasicLogger
-
- removeAllHandlers() - Method in class org.objectweb.util.monolog.wrapper.javaLog.Logger
-
A TopicalLogger manages a list of Handler instances.
- removeAllHandlers() - Method in class org.objectweb.util.monolog.wrapper.log4j.MonologCategory
-
- removeAllHandlers() - Method in class org.objectweb.util.monolog.wrapper.log4jMini.MonologCategory
-
- removeAllHandlers() - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
-
- removeAllHandlersFromLogger(String) - Method in interface org.objectweb.util.monolog.wrapper.remote.api.MonologFactoryMBean
-
A TopicalLogger manages a list of Handler instances.
- removeAllHandlersFromLogger(String) - Method in interface org.objectweb.util.monolog.wrapper.remote.api.MonologFactoryProxy
-
A TopicalLogger manages a list of Handler instances.
- removeAllHandlersFromLogger(String) - Method in class org.objectweb.util.monolog.wrapper.remote.lib.MonologFactoryMBeanImpl
-
- removeAllHandlersFromLogger(String) - Method in class org.objectweb.util.monolog.wrapper.remote.lib.MonologFactoryProxyImpl
-
- removeHandler(String) - Method in interface org.objectweb.util.monolog.api.HandlerFactory
-
It removes the handler which the name is specified by the parameter
- removeHandler(Handler) - Method in interface org.objectweb.util.monolog.api.TopicalLogger
-
A TopicalLogger manages a list of Handler instances.
- removeHandler(String) - Method in class org.objectweb.util.monolog.wrapper.common.AbstractFactory
-
- removeHandler(String) - Method in class org.objectweb.util.monolog.wrapper.config.BasicFactory
-
- removeHandler(Handler) - Method in class org.objectweb.util.monolog.wrapper.config.BasicLogger
-
- removeHandler(Handler) - Method in class org.objectweb.util.monolog.wrapper.javaLog.Logger
-
A TopicalLogger manages a list of Handler instances.
- removeHandler(Handler) - Method in class org.objectweb.util.monolog.wrapper.log4j.MonologCategory
-
Remove a handler from the Handler list of the topicalLogger
- removeHandler(Handler) - Method in class org.objectweb.util.monolog.wrapper.log4jMini.MonologCategory
-
Remove a handler from the Handler list of the topicalLogger
- removeHandler(String) - Method in class org.objectweb.util.monolog.wrapper.log4jMini.MonologLoggerFactory
-
- removeHandler(String) - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
-
- removeHandler(Handler) - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
-
- removeHandler(String) - Method in interface org.objectweb.util.monolog.wrapper.remote.api.MonologFactoryMBean
-
It removes the handler which the name is specified by the parameter
- removeHandler(String) - Method in interface org.objectweb.util.monolog.wrapper.remote.api.MonologFactoryProxy
-
It removes the handler which the name is specified by the parameter
- removeHandler(String) - Method in class org.objectweb.util.monolog.wrapper.remote.lib.MonologFactoryMBeanImpl
-
- removeHandler(String) - Method in class org.objectweb.util.monolog.wrapper.remote.lib.MonologFactoryProxyImpl
-
- removeHandlerFromLogger(String, String) - Method in interface org.objectweb.util.monolog.wrapper.remote.api.MonologFactoryMBean
-
A TopicalLogger manages a list of Handler instances.
- removeHandlerFromLogger(String, String) - Method in interface org.objectweb.util.monolog.wrapper.remote.api.MonologFactoryProxy
-
A TopicalLogger manages a list of Handler instances.
- removeHandlerFromLogger(String, String) - Method in class org.objectweb.util.monolog.wrapper.remote.lib.MonologFactoryMBeanImpl
-
- removeHandlerFromLogger(String, String) - Method in class org.objectweb.util.monolog.wrapper.remote.lib.MonologFactoryProxyImpl
-
- removeLevel(String) - Method in interface org.objectweb.util.monolog.api.LevelFactory
-
It removes a Level instance to this manager.
- removeLevel(String) - Method in class org.objectweb.util.monolog.wrapper.common.AbstractFactory
-
- removeLevel(String) - Method in class org.objectweb.util.monolog.wrapper.config.BasicFactory
-
- removeLevel(String) - Method in class org.objectweb.util.monolog.wrapper.log4jMini.MonologLoggerFactory
-
- removeLevel(String) - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
-
- removeLevel(String) - Method in interface org.objectweb.util.monolog.wrapper.remote.api.MonologFactoryMBean
-
It removes a Level instance to this manager.
- removeLevel(String) - Method in interface org.objectweb.util.monolog.wrapper.remote.api.MonologFactoryProxy
-
It removes a Level instance to this manager.
- removeLevel(String) - Method in class org.objectweb.util.monolog.wrapper.remote.lib.MonologFactoryMBeanImpl
-
- removeLevel(String) - Method in class org.objectweb.util.monolog.wrapper.remote.lib.MonologFactoryProxyImpl
-
- removeLogger(Logger) - Method in class org.objectweb.util.monolog.wrapper.config.BasicFactory
-
- removeMonologFactoryListener(MonologFactoryListener) - Method in interface org.objectweb.util.monolog.api.MonologFactory
-
forget a listener for the events of this MonologFactory
- removeMonologFactoryListener(MonologFactoryListener) - Method in class org.objectweb.util.monolog.wrapper.common.AbstractFactory
-
- removeMonologFactoryListener(MonologFactoryListener) - Method in class org.objectweb.util.monolog.wrapper.config.BasicFactory
-
- removeMonologFactoryListener(MonologFactoryListener) - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
-
- removeNotificationListener(NotificationListener) - Method in class org.objectweb.util.monolog.wrapper.javaLog.JMXGenericHandler
-
- removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.objectweb.util.monolog.wrapper.javaLog.JMXGenericHandler
-
- removeNotificationListener(NotificationListener) - Method in class org.objectweb.util.monolog.wrapper.javaLog.JMXHandler
-
- removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.objectweb.util.monolog.wrapper.javaLog.JMXHandler
-
- removeNotificationListener(NotificationListener) - Method in class org.objectweb.util.monolog.wrapper.log4j.JMXHandler
-
- removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.objectweb.util.monolog.wrapper.log4j.JMXHandler
-
- removeTopic(String) - Method in interface org.objectweb.util.monolog.api.TopicalLogger
-
This method allows removing a topic to a TopicalLogger.
- removeTopic(String) - Method in class org.objectweb.util.monolog.wrapper.config.BasicLogger
-
- removeTopic(String) - Method in class org.objectweb.util.monolog.wrapper.javaLog.Logger
-
This method allows removing a topic to a TopicalLogger.
- removeTopic(String) - Method in class org.objectweb.util.monolog.wrapper.log4j.MonologCategory
-
Remove a topic from the topicalLogger
- removeTopic(String) - Method in class org.objectweb.util.monolog.wrapper.log4jMini.MonologCategory
-
Remove a topic from the topicalLogger
- removeTopic(String) - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
-
- removeTopicFromLogger(String, String) - Method in interface org.objectweb.util.monolog.wrapper.remote.api.MonologFactoryMBean
-
This method allows removing a topic to a TopicalLogger.
- removeTopicFromLogger(String, String) - Method in interface org.objectweb.util.monolog.wrapper.remote.api.MonologFactoryProxy
-
This method allows removing a topic to a TopicalLogger.
- removeTopicFromLogger(String, String) - Method in class org.objectweb.util.monolog.wrapper.remote.lib.MonologFactoryMBeanImpl
-
- removeTopicFromLogger(String, String) - Method in class org.objectweb.util.monolog.wrapper.remote.lib.MonologFactoryProxyImpl
-
- requiresLayout() - Method in class org.objectweb.util.monolog.wrapper.log4j.GenericHandler
-
- requiresLayout() - Method in class org.objectweb.util.monolog.wrapper.log4j.JMXHandler
-
- resourceBundleName - Variable in class org.objectweb.util.monolog.wrapper.common.AbstractFactory
-
The default resource bundle of this factory
- resourceBundleName - Variable in class org.objectweb.util.monolog.wrapper.config.BasicFactory
-
The resource bundle linked to the LoggerFactory.
- ROLLING_FILE_HANDLER_TYPE - Static variable in interface org.objectweb.util.monolog.api.Handler
-
This constant is used to represent an handler which stores message into
several files.
- RollingFileHandler - Class in org.objectweb.util.monolog.wrapper.log4j
-
This class is the wrapper to the org.apache.log4j.RollingFileAppender
- RollingFileHandler() - Constructor for class org.objectweb.util.monolog.wrapper.log4j.RollingFileHandler
-
- RollingFileHandler(String) - Constructor for class org.objectweb.util.monolog.wrapper.log4j.RollingFileHandler
-
It Builds a new MonologFileHandler.
- rootLogger - Static variable in class org.objectweb.util.monolog.wrapper.javaLog.LoggerFactory
-
the root logger
- rootLogger - Variable in class org.objectweb.util.monolog.wrapper.log4j.MonologLoggerFactory
-
The root logger of the logger hierarchy
- rootLogger - Variable in class org.objectweb.util.monolog.wrapper.log4jMini.MonologLoggerFactory
-
The root logger of the logger hierarchy
- setAdditivity(boolean) - Method in interface org.objectweb.util.monolog.api.TopicalLogger
-
It assigns the additivity flag for this logger instance.
- setAdditivity(boolean) - Method in class org.objectweb.util.monolog.wrapper.config.BasicLogger
-
- setAdditivity(boolean) - Method in class org.objectweb.util.monolog.wrapper.javaLog.Logger
-
It assigns the additivity flag for this logger instance.
- setAdditivity(boolean) - Method in class org.objectweb.util.monolog.wrapper.log4jMini.MonologCategory
-
- setAdditivity(boolean) - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
-
- setAdditivity(boolean) - Method in class org.objectweb.util.monolog.wrapper.remote.api.LoggerInfo
-
- setAdditivity(boolean, String) - Method in interface org.objectweb.util.monolog.wrapper.remote.api.MonologFactoryMBean
-
It assigns the additivity flag for this logger instance.
- setAdditivity(boolean, String) - Method in interface org.objectweb.util.monolog.wrapper.remote.api.MonologFactoryProxy
-
It assigns the additivity flag for this logger instance.
- setAdditivity(boolean, String) - Method in class org.objectweb.util.monolog.wrapper.remote.lib.MonologFactoryMBeanImpl
-
- setAdditivity(boolean, String) - Method in class org.objectweb.util.monolog.wrapper.remote.lib.MonologFactoryProxyImpl
-
- setAppender(Appender) - Method in class org.objectweb.util.monolog.wrapper.log4j.GenericHandler
-
- setAttribute(String, Object) - Method in interface org.objectweb.util.monolog.api.Handler
-
It assigns an attributte to the handler.
- setAttribute(String, Object) - Method in class org.objectweb.util.monolog.wrapper.config.BasicHandler
-
- setAttribute(String, Object) - Method in class org.objectweb.util.monolog.wrapper.config.BasicLogger
-
- setAttribute(String, Object) - Method in class org.objectweb.util.monolog.wrapper.javaLog.GenericHandler
-
It assigns an attributte to the handler.
- setAttribute(String, Object) - Method in class org.objectweb.util.monolog.wrapper.javaLog.Logger
-
It assigns an attributte to the handler.
- setAttribute(String, Object) - Method in class org.objectweb.util.monolog.wrapper.log4j.ConsoleHandler
-
- setAttribute(String, Object) - Method in class org.objectweb.util.monolog.wrapper.log4j.FileHandler
-
- setAttribute(String, Object) - Method in class org.objectweb.util.monolog.wrapper.log4j.GenericHandler
-
- setAttribute(String, Object) - Method in class org.objectweb.util.monolog.wrapper.log4j.JMXHandler
-
- setAttribute(String, Object) - Method in class org.objectweb.util.monolog.wrapper.log4j.MonologCategory
-
- setAttribute(String, Object) - Method in class org.objectweb.util.monolog.wrapper.log4j.NTEventLogHandler
-
- setAttribute(String, Object) - Method in class org.objectweb.util.monolog.wrapper.log4j.RollingFileHandler
-
- setAttribute(String, Object) - Method in class org.objectweb.util.monolog.wrapper.log4jMini.FileHandler
-
- setAttribute(String, Object) - Method in class org.objectweb.util.monolog.wrapper.log4jMini.MonologCategory
-
- setAttribute(String, Object) - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
-
- setAttributes(Map) - Method in class org.objectweb.util.monolog.wrapper.config.BasicHandler
-
- setAttributes(Map) - Method in class org.objectweb.util.monolog.wrapper.log4j.ConsoleHandler
-
- setAttributes(Map) - Method in class org.objectweb.util.monolog.wrapper.log4j.FileHandler
-
- setAttributes(Map) - Method in class org.objectweb.util.monolog.wrapper.log4j.JMXHandler
-
- setAttributes(Map) - Method in class org.objectweb.util.monolog.wrapper.log4j.NTEventLogHandler
-
- setAttributes(Map) - Method in class org.objectweb.util.monolog.wrapper.log4j.RollingFileHandler
-
- setEncoding(String) - Method in class org.objectweb.util.monolog.wrapper.javaLog.GenericHandler
-
Set the character encoding used by this Handler.
- 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.
- setErrorHandler(ErrorHandler) - Method in class org.objectweb.util.monolog.wrapper.log4j.GenericHandler
-
- setException(Exception) - Method in class org.objectweb.util.monolog.wrapper.javaLog.GenericHandler
-
Set the most recent IO exception.
- setFilter(Filter) - Method in class org.objectweb.util.monolog.wrapper.javaLog.GenericHandler
-
Set a Filter to control output on this Handler.
- setFormatter(Formatter) - Method in class org.objectweb.util.monolog.wrapper.javaLog.GenericHandler
-
Set a Formatter.
- setHandlerAttribute(String, String, String) - Method in interface org.objectweb.util.monolog.wrapper.remote.api.MonologFactoryMBean
-
Assignes a value to an handler attribute.
- setHandlerAttribute(String, String, String) - Method in interface org.objectweb.util.monolog.wrapper.remote.api.MonologFactoryProxy
-
Assignes a value to an handler attribute.
- setHandlerAttribute(String, String, String) - Method in class org.objectweb.util.monolog.wrapper.remote.lib.MonologFactoryMBeanImpl
-
- setHandlerAttribute(String, String, String) - Method in class org.objectweb.util.monolog.wrapper.remote.lib.MonologFactoryProxyImpl
-
- setHandlerNames(String[]) - Method in class org.objectweb.util.monolog.wrapper.remote.api.LoggerInfo
-
- setIntLevel(int) - Method in interface org.objectweb.util.monolog.api.Logger
-
Permits to set the level with an integer value
- setIntLevel(int) - Method in class org.objectweb.util.monolog.wrapper.config.BasicLogger
-
- setIntLevel(int) - Method in class org.objectweb.util.monolog.wrapper.javaLog.Logger
-
- setIntLevel(int) - Method in class org.objectweb.util.monolog.wrapper.log4j.MonologCategory
-
Set the current level of the logger
- setIntLevel(int) - Method in class org.objectweb.util.monolog.wrapper.log4jMini.MonologCategory
-
Set the current level of the logger
- setIntLevel(int) - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
-
Sets the IntLevel attribute of the LoggerImpl object
- setLayout(Layout) - Method in class org.objectweb.util.monolog.wrapper.log4j.GenericHandler
-
- setLevel(Level) - Method in interface org.objectweb.util.monolog.api.Logger
-
Permits to set the level with a Level instance.
- setLevel(Level) - Method in class org.objectweb.util.monolog.wrapper.config.BasicLogger
-
- setLevel(Level) - Method in class org.objectweb.util.monolog.wrapper.javaLog.GenericHandler
-
Set the log level specifying which message levels will
be logged by this Handler.
- setLevel(Level) - Method in class org.objectweb.util.monolog.wrapper.javaLog.Logger
-
- setLevel(Level) - Method in class org.objectweb.util.monolog.wrapper.log4j.MonologCategory
-
- setLevel(Level) - Method in class org.objectweb.util.monolog.wrapper.log4jMini.MonologCategory
-
- 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
-
- setLevel(int) - Method in class org.objectweb.util.monolog.wrapper.remote.api.LoggerInfo
-
- setLevelName(String) - Method in class org.objectweb.util.monolog.wrapper.remote.api.LoggerInfo
-
- setLog(Logger) - Method in class org.objectweb.util.monolog.wrapper.velocity.VelocityLogger
-
- setLogger(Logger) - Method in interface org.objectweb.util.monolog.api.Loggable
-
Assigns the logger instance to use
- 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 interface org.objectweb.util.monolog.api.Loggable
-
Assigns the logger factory instance to use
- 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
- setLoggerLevel(int, String) - Method in interface org.objectweb.util.monolog.wrapper.remote.api.MonologFactoryMBean
-
It assigns a level to a logger.
- setLoggerLevel(String, String) - Method in interface org.objectweb.util.monolog.wrapper.remote.api.MonologFactoryMBean
-
It assigns a level to a logger.
- setLoggerLevel(int, String) - Method in interface org.objectweb.util.monolog.wrapper.remote.api.MonologFactoryProxy
-
It assigns a level to a logger.
- setLoggerLevel(String, String) - Method in interface org.objectweb.util.monolog.wrapper.remote.api.MonologFactoryProxy
-
It assigns a level to a logger.
- setLoggerLevel(int, String) - Method in class org.objectweb.util.monolog.wrapper.remote.lib.MonologFactoryMBeanImpl
-
It assigns the level to a logger
- setLoggerLevel(String, String) - Method in class org.objectweb.util.monolog.wrapper.remote.lib.MonologFactoryMBeanImpl
-
It assigns the level to a logger
- setLoggerLevel(int, String) - Method in class org.objectweb.util.monolog.wrapper.remote.lib.MonologFactoryProxyImpl
-
- setLoggerLevel(String, String) - Method in class org.objectweb.util.monolog.wrapper.remote.lib.MonologFactoryProxyImpl
-
- setMonologProperties(Properties) - Method in interface org.objectweb.util.monolog.wrapper.remote.api.MonologFactoryMBean
-
Configure Monolog with properties.
- setMonologProperties(Properties) - Method in interface org.objectweb.util.monolog.wrapper.remote.api.MonologFactoryProxy
-
Configure Monolog with properties.
- setMonologProperties(Properties) - Method in class org.objectweb.util.monolog.wrapper.remote.lib.MonologFactoryMBeanImpl
-
- setMonologProperties(Properties) - Method in class org.objectweb.util.monolog.wrapper.remote.lib.MonologFactoryProxyImpl
-
- setName(String) - Method in interface org.objectweb.util.monolog.api.Handler
-
It assigns the name of the handler
- setName(String) - Method in interface org.objectweb.util.monolog.api.Level
-
It assigns the name of the Level
- setName(String) - Method in class org.objectweb.util.monolog.wrapper.common.LevelImpl
-
- setName(String) - Method in class org.objectweb.util.monolog.wrapper.config.BasicHandler
-
- setName(String) - Method in class org.objectweb.util.monolog.wrapper.config.BasicLogger
-
- setName(String) - Method in class org.objectweb.util.monolog.wrapper.javaLog.GenericHandler
-
It assigns the name of the handler
- setName(String) - Method in class org.objectweb.util.monolog.wrapper.javaLog.Logger
-
It assigns the name of the handler
- setName(String) - Method in class org.objectweb.util.monolog.wrapper.log4j.GenericHandler
-
- setName(String) - Method in class org.objectweb.util.monolog.wrapper.log4j.MonologCategory
-
- setName(String) - Method in class org.objectweb.util.monolog.wrapper.log4jMini.MonologCategory
-
- setName(String) - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
-
- setOutput(OutputStream) - Method in class org.objectweb.util.monolog.wrapper.javaLog.ConsoleHandler
-
Assign the Outputstream by calling a protected method from the super
class.
- setPattern(String) - Method in class org.objectweb.util.monolog.wrapper.javaLog.MonologFormatter
-
- setResourceBundleName(String) - Method in interface org.objectweb.util.monolog.api.LoggerFactory
-
Accessors to a resource bundle name associated to a LoggerFactory.
- setResourceBundleName(String) - Method in class org.objectweb.util.monolog.wrapper.common.AbstractFactory
-
- setResourceBundleName(String) - Method in class org.objectweb.util.monolog.wrapper.config.BasicFactory
-
- setResourceBundleName(String) - Method in class org.objectweb.util.monolog.wrapper.log4jMini.MonologLoggerFactory
-
- setResourceBundleName(String) - Method in class org.objectweb.util.monolog.wrapper.printwriter.LoggerImpl
-
- setResourceBundleName(String) - Method in interface org.objectweb.util.monolog.wrapper.remote.api.MonologFactoryMBean
-
Accessors to a resource bundle name associated to a LoggerFactory.
- setResourceBundleName(String) - Method in interface org.objectweb.util.monolog.wrapper.remote.api.MonologFactoryProxy
-
Accessors to a resource bundle name associated to a LoggerFactory.
- setResourceBundleName(String) - Method in class org.objectweb.util.monolog.wrapper.remote.lib.MonologFactoryMBeanImpl
-
- setResourceBundleName(String) - Method in class org.objectweb.util.monolog.wrapper.remote.lib.MonologFactoryProxyImpl
-
- setTopics(String[]) - Method in class org.objectweb.util.monolog.wrapper.remote.api.LoggerInfo
-
- 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
-
- subAppend(LoggingEvent) - Method in class org.objectweb.util.monolog.wrapper.log4j.DayFileHandler
-
- switchOutput(OutputStream) - Method in class org.objectweb.util.monolog.wrapper.common.OutputStreamSwitcher
-