Alphabetical Index

A B C D E F G H I L M O P R S T W X

A

addHandler(org.objectweb.util.monolog.api.Handler) - method in class org.objectweb.util.monolog.api.TopicalLogger
A TopicalLogger manages a list of Handler instances.
addTopic(String) - method in class org.objectweb.util.monolog.api.TopicalLogger
This method allows adding a topic to a TopicalLogger.
APPEND_MODE_ATTRIBUTE - static field in class org.objectweb.util.monolog.api.Handler

B

BasicLevel - class org.objectweb.util.monolog.api.BasicLevel
This class predefines a set of levels.
BUFFER_ATTRIBUTE - static field in class org.objectweb.util.monolog.api.Handler

C

compareTo(org.objectweb.util.monolog.api.Level) - method in class org.objectweb.util.monolog.api.Level
Compares this object with the specified object for order.
configure(Properties) - method in class org.objectweb.util.monolog.api.MonologFactory
This method permits to order to a monolog wrapper to configure the underlying log system.
CONSOLE_HANDLER_TYPE - static field in class org.objectweb.util.monolog.api.Handler
This constant is used to represent an handler which prints message on a console.
createHandler(String,String) - method in class org.objectweb.util.monolog.api.HandlerFactory
It retrieves a new instance of an handler which the type is specified by the parameter.

D

DEBUG - static field in class org.objectweb.util.monolog.api.BasicLevel
DEBUG messages might include things like minor (recoverable) failures.
DEFAULT - static field in class org.objectweb.util.monolog.api.MonologFactory
This constant represents the default configuration type.
defineLevel(String,int) - method in class org.objectweb.util.monolog.api.LevelFactory
It defines a new Level with a name and an integer value.
defineLevel(String,String) - method in class org.objectweb.util.monolog.api.LevelFactory
It defines a new Level with a name and a string value.

E

ERROR - static field in class org.objectweb.util.monolog.api.BasicLevel
The ERROR level designates error events that might still allow the application to continue running.

F

FATAL - static field 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.
FILE_HANDLER_TYPE - static field in class org.objectweb.util.monolog.api.Handler
This constant is used to represent an handler which stores message into one file.
FILE_NUMBER_ATTRIBUTE - static field in class org.objectweb.util.monolog.api.Handler

G

GENERIC_HANDLER_TYPE - static field in class org.objectweb.util.monolog.api.Handler
This constant is used to represent an handler which stores message into several files.
getAdditivity() - method in class org.objectweb.util.monolog.api.TopicalLogger
It retrieves the additivity flag for this logger instance.
getAttribute(String) - method in class org.objectweb.util.monolog.api.Handler
It retrieves the value of an attribute value of the handler.
getAttributeNames() - method in class org.objectweb.util.monolog.api.Handler
It retrieves the attributes of the handler
getCurrentIntLevel() - method in class org.objectweb.util.monolog.api.Logger
Returns the current level value under the integer format
getCurrentLevel() - method in class org.objectweb.util.monolog.api.Logger
Returns the current level value under the Level format
getHandler() - method in class org.objectweb.util.monolog.api.TopicalLogger
It returns the list of the handler associated to this logger.
getHandler(String) - method in class org.objectweb.util.monolog.api.HandlerFactory
It retrieves the handler which the name is specified by the parameter
getHandler(String) - method in class org.objectweb.util.monolog.api.TopicalLogger
It returns the handler which the name is equals to the parameter
getHandlers() - method in class org.objectweb.util.monolog.api.HandlerFactory
It retrieves all handler managed by this factory.
getIntValue() - method in class org.objectweb.util.monolog.api.Level
Returns the integer value which represents the level.
getLevel(int) - method in class 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.api.LevelFactory
It retrieves a Level instance which the name is equals to the parameter.
getLevels() - method in class org.objectweb.util.monolog.api.LevelFactory
It retrieves all Level instances defined in this manager.
getLogger() - method in class org.objectweb.util.monolog.api.Loggable
Retrieves the logger instance used
getLogger(String) - method in class org.objectweb.util.monolog.api.LoggerFactory
This method permits to fetch a Logger.
getLogger(String,String) - method in class org.objectweb.util.monolog.api.LoggerFactory
This method permits to fetch a Logger.
getLoggerFactory() - method in class org.objectweb.util.monolog.api.Loggable
Retrieves the logger factory instance used
getLoggers() - method in class org.objectweb.util.monolog.api.LoggerFactory
It retrieves a list of all loggers.
getName() - method in class org.objectweb.util.monolog.api.Handler
It retrieves the name of the handler
getName() - method in class org.objectweb.util.monolog.api.Level
It retrieves the name of the Level
getResourceBundleName() - method in class org.objectweb.util.monolog.api.LoggerFactory
Accessors to a resource bundle name associated to a LoggerFactory.
getTopic() - method in class org.objectweb.util.monolog.api.TopicalLogger
This method allows getting a topic list of this TopicalLogger.
getTopics() - method in class org.objectweb.util.monolog.api.TopicalLogger
This method allows getting a topic list of this TopicalLogger.
getType() - method in class org.objectweb.util.monolog.api.Handler
It retrieves the Handler type

H

Handler - interface org.objectweb.util.monolog.api.Handler
Handler is an output.
HandlerFactory - interface org.objectweb.util.monolog.api.HandlerFactory
It permits to manage Handler instances.

I

INFO - static field 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 field in class org.objectweb.util.monolog.api.BasicLevel
This special level indicates that the level is inherited from its ancestors.
isComparableWith(org.objectweb.util.monolog.api.Level) - method in class org.objectweb.util.monolog.api.Level
This method returns true is the current level and the Level parameter are ordered.
isLoggable(int) - method in class org.objectweb.util.monolog.api.Logger
Check if a message of the given level would actually be logged by this logger.
isLoggable(org.objectweb.util.monolog.api.Level) - method in class org.objectweb.util.monolog.api.Logger
Check if a message of the given level would actually be logged by this logger.
isOn() - method in class org.objectweb.util.monolog.api.Logger
Check if this logger is enabled.

L

Level - interface org.objectweb.util.monolog.api.Level
This class represents a logging level.
LEVEL_ATTRIBUTE - static field in class org.objectweb.util.monolog.api.Handler
LEVEL_DEBUG - static field in class org.objectweb.util.monolog.api.BasicLevel
DEBUG messages might include things like minor (recoverable) failures.
LEVEL_ERROR - static field 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 field 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_INFO - static field 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 field in class org.objectweb.util.monolog.api.BasicLevel
This special level indicates that the level is inherited from its ancestors.
LEVEL_WARN - static field 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.
LevelFactory - interface org.objectweb.util.monolog.api.LevelFactory
It manages Level instances.
log(int,Object) - method in class org.objectweb.util.monolog.api.Logger
Log a message, with no arguments.
log(int,Object,Object,Object) - method in class org.objectweb.util.monolog.api.Logger
Log a message, with a location and method arguments.
log(int,Object,Throwable) - method in class org.objectweb.util.monolog.api.Logger
Log a message, with a throwable arguments which can represent an error or a context..
log(int,Object,Throwable,Object,Object) - method in class org.objectweb.util.monolog.api.Logger
Log a message, with a location, method and throwable arguments.
log(org.objectweb.util.monolog.api.Level,Object) - method in class org.objectweb.util.monolog.api.Logger
Log a message, with no arguments.
log(org.objectweb.util.monolog.api.Level,Object,Object,Object) - method in class org.objectweb.util.monolog.api.Logger
Log a message, with a location and method arguments.
log(org.objectweb.util.monolog.api.Level,Object,Throwable) - method in class org.objectweb.util.monolog.api.Logger
Log a message, with a throwable arguments which can represent an error or a context..
Log a message, with a location, method and throwable arguments.
LOG_CONFIGURATION_FILE - static field in class org.objectweb.util.monolog.api.MonologFactory
This constant can be used to specify the specific configuration file.
LOG_CONFIGURATION_FILE_USE_CLASSPATH - static field in class 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 field in class org.objectweb.util.monolog.api.MonologFactory
This constant can be used to specify the type of specific configuration which you need.
Loggable - interface org.objectweb.util.monolog.api.Loggable
Logger - interface org.objectweb.util.monolog.api.Logger
A Logger implementation receives event messages from an object and exports them.
LOGGER_HANDLER_TYPE - static field in class org.objectweb.util.monolog.api.Handler
This constant is used to represent an handler which is a Logger.
LoggerFactory - interface org.objectweb.util.monolog.api.LoggerFactory
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.

M

MAX_SIZE_ATTRIBUTE - static field in class org.objectweb.util.monolog.api.Handler
MonologFactory - interface org.objectweb.util.monolog.api.MonologFactory
A monolog factory is a factory for loggers, levels and handlers.

O

The Monolog API.
OUTPUT_ATTRIBUTE - static field in class org.objectweb.util.monolog.api.Handler

P

PATTERN_ATTRIBUTE - static field in class org.objectweb.util.monolog.api.Handler
PROPERTY - static field in class org.objectweb.util.monolog.api.MonologFactory
This constant represents the property configuration type.

R

removeAllHandlers() - method in class org.objectweb.util.monolog.api.TopicalLogger
A TopicalLogger manages a list of Handler instances.
removeHandler(org.objectweb.util.monolog.api.Handler) - method in class org.objectweb.util.monolog.api.TopicalLogger
A TopicalLogger manages a list of Handler instances.
removeHandler(String) - method in class org.objectweb.util.monolog.api.HandlerFactory
It removes the handler which the name is specified by the parameter
removeLevel(String) - method in class org.objectweb.util.monolog.api.LevelFactory
It removes a Level instance to this manager.
removeTopic(String) - method in class org.objectweb.util.monolog.api.TopicalLogger
This method allows removing a topic to a TopicalLogger.
ROLLING_FILE_HANDLER_TYPE - static field in class org.objectweb.util.monolog.api.Handler
This constant is used to represent an handler which stores message into several files.

S

setAdditivity(boolean) - method in class org.objectweb.util.monolog.api.TopicalLogger
It assigns the additivity flag for this logger instance.
setAttribute(String,Object) - method in class org.objectweb.util.monolog.api.Handler
It assigns an attributte to the handler.
setIntLevel(int) - method in class org.objectweb.util.monolog.api.Logger
Permits to set the level with an integer value
setLevel(org.objectweb.util.monolog.api.Level) - method in class org.objectweb.util.monolog.api.Logger
Permits to set the level with a Level instance.
setLogger(org.objectweb.util.monolog.api.Logger) - method in class org.objectweb.util.monolog.api.Loggable
Assigns the logger instance to use
setLoggerFactory(org.objectweb.util.monolog.api.LoggerFactory) - method in class org.objectweb.util.monolog.api.Loggable
Assigns the logger factory instance to use
setName(String) - method in class org.objectweb.util.monolog.api.Handler
It assigns the name of the handler
setName(String) - method in class org.objectweb.util.monolog.api.Level
It assigns the name of the Level
setResourceBundleName(String) - method in class org.objectweb.util.monolog.api.LoggerFactory
Accessors to a resource bundle name associated to a LoggerFactory.

T

TopicalLogger - interface org.objectweb.util.monolog.api.TopicalLogger
A TopicalLogger dispatches events to a set of Handlers.
turnOff() - method in class org.objectweb.util.monolog.api.Logger
Disables this logger
turnOn() - method in class org.objectweb.util.monolog.api.Logger
Enables this logger

W

WARN - static field 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.

X

XML - static field in class org.objectweb.util.monolog.api.MonologFactory
This constant represents the xml configuration type.