Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
O
P
R
S
T
W
X
A
addHandler(Handler)
- Method in interface org.objectweb.util.monolog.api.
TopicalLogger
A TopicalLogger manages a list of Handler instances.
addMonologFactoryListener(MonologFactoryListener)
- Method in interface org.objectweb.util.monolog.api.
MonologFactory
register a listener for the events of this MonologFactory
addTopic(String)
- Method in interface org.objectweb.util.monolog.api.
TopicalLogger
This method allows adding a topic to a TopicalLogger.
APPEND_MODE_ATTRIBUTE
- Static variable in interface org.objectweb.util.monolog.api.
Handler
B
BasicLevel
- Class in
org.objectweb.util.monolog.api
This class predefines a set of levels.
BasicLevel()
- Constructor for class org.objectweb.util.monolog.api.
BasicLevel
BUFFER_ATTRIBUTE
- Static variable in interface org.objectweb.util.monolog.api.
Handler
C
compareTo(Level)
- Method in interface org.objectweb.util.monolog.api.
Level
Compares this object with the specified object for order.
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.
CONSOLE_HANDLER_TYPE
- Static variable in interface org.objectweb.util.monolog.api.
Handler
Deprecated.
the type is a string now: "console"
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.
D
DEBUG
- Static variable in class org.objectweb.util.monolog.api.
BasicLevel
DEBUG messages might include things like minor (recoverable) failures.
DEFAULT
- Static variable in interface org.objectweb.util.monolog.api.
MonologFactory
This constant represents the default configuration type.
defineLevel(String, int)
- Method in interface org.objectweb.util.monolog.api.
LevelFactory
It defines a new Level with a name and an integer value.
defineLevel(String, String)
- Method in interface org.objectweb.util.monolog.api.
LevelFactory
It defines a new Level with a name and a string value.
E
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.
F
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.
FILE_HANDLER_TYPE
- Static variable in interface org.objectweb.util.monolog.api.
Handler
Deprecated.
the type is a string now: "file"
FILE_NUMBER_ATTRIBUTE
- Static variable in interface org.objectweb.util.monolog.api.
Handler
G
GENERIC_HANDLER_TYPE
- Static variable in interface org.objectweb.util.monolog.api.
Handler
Deprecated.
the type is a string now: "generic"
getAdditivity()
- Method in interface org.objectweb.util.monolog.api.
TopicalLogger
It retrieves the additivity flag for this logger instance.
getAttribute(String)
- Method in interface org.objectweb.util.monolog.api.
Handler
It retrieves the value of an attribute value of the handler.
getAttributeNames()
- Method in interface org.objectweb.util.monolog.api.
Handler
It retrieves the attributes of the handler
getCurrentIntLevel()
- Method in interface org.objectweb.util.monolog.api.
Logger
Returns the current level value under the integer format
getCurrentLevel()
- Method in interface org.objectweb.util.monolog.api.
Logger
Returns the current level value under the Level format
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
getHandlers()
- Method in interface org.objectweb.util.monolog.api.
HandlerFactory
It retrieves all handler managed by this factory.
getIntValue()
- Method in interface org.objectweb.util.monolog.api.
Level
Returns the integer value which represents the level.
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.
getLevels()
- Method in interface org.objectweb.util.monolog.api.
LevelFactory
It retrieves all Level instances defined in this manager.
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.
getLoggerFactory()
- Method in interface org.objectweb.util.monolog.api.
Loggable
Retrieves the logger factory instance used
getLoggers()
- Method in interface org.objectweb.util.monolog.api.
LoggerFactory
It retrieves a list of all loggers.
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
getResourceBundleName()
- Method in interface org.objectweb.util.monolog.api.
LoggerFactory
Accessors to a resource bundle name associated to a LoggerFactory.
getTopic()
- Method in interface org.objectweb.util.monolog.api.
TopicalLogger
This method allows getting a topic list of this TopicalLogger.
getTopicPrefix()
- Method in interface org.objectweb.util.monolog.api.
LoggerFactory
A Logger Factory can have a prefix helping for isolate applications.
getTopics()
- Method in interface org.objectweb.util.monolog.api.
TopicalLogger
This method allows getting a topic list of this TopicalLogger.
getType()
- Method in interface org.objectweb.util.monolog.api.
Handler
It retrieves the Handler type
H
Handler
- Interface in
org.objectweb.util.monolog.api
Handler is an output.
handlerCreated(Handler)
- Method in interface org.objectweb.util.monolog.api.
MonologFactoryListener
It is called when a new handler has been created by the monolog factory
HandlerFactory
- Interface in
org.objectweb.util.monolog.api
It permits to manage Handler instances.
handlerRemoved(Handler)
- Method in interface org.objectweb.util.monolog.api.
MonologFactoryListener
It i called when an handler has been removed by the monolog factory
I
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.
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.
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.
isOn()
- Method in interface org.objectweb.util.monolog.api.
Logger
Check if this logger is enabled.
J
JMX_HANDLER_TYPE
- Static variable in interface org.objectweb.util.monolog.api.
Handler
Deprecated.
the type is a string now: "logger"
L
Level
- Interface in
org.objectweb.util.monolog.api
This class represents a logging 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_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.
levelRemoved(Level)
- Method in interface org.objectweb.util.monolog.api.
MonologFactoryListener
It i called when a level has been removed by the monolog factory
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_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.
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_HANDLER_TYPE
- Static variable in interface org.objectweb.util.monolog.api.
Handler
Deprecated.
the type is a string now: "logger"
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.
M
MAX_SIZE_ATTRIBUTE
- Static variable in interface org.objectweb.util.monolog.api.
Handler
MonologFactory
- Interface in
org.objectweb.util.monolog.api
A monolog factory is a factory for loggers, levels and handlers.
MonologFactoryListener
- Interface in
org.objectweb.util.monolog.api
Defines a listener of event on a MonologFactory.
O
org.objectweb.util.monolog.api
- package org.objectweb.util.monolog.api
The Monolog API.
OUTPUT_ATTRIBUTE
- Static variable in interface org.objectweb.util.monolog.api.
Handler
P
PATTERN_ATTRIBUTE
- Static variable in interface org.objectweb.util.monolog.api.
Handler
PROPERTY
- Static variable in interface org.objectweb.util.monolog.api.
MonologFactory
This constant represents the property configuration type.
R
removeAllHandlers()
- Method in interface org.objectweb.util.monolog.api.
TopicalLogger
A TopicalLogger manages a list of Handler instances.
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.
removeLevel(String)
- Method in interface org.objectweb.util.monolog.api.
LevelFactory
It removes a Level instance to this manager.
removeMonologFactoryListener(MonologFactoryListener)
- Method in interface org.objectweb.util.monolog.api.
MonologFactory
forget a listener for the events of this MonologFactory
removeTopic(String)
- Method in interface org.objectweb.util.monolog.api.
TopicalLogger
This method allows removing a topic to a TopicalLogger.
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.
S
setAdditivity(boolean)
- Method in interface org.objectweb.util.monolog.api.
TopicalLogger
It assigns the additivity flag for this logger instance.
setAttribute(String, Object)
- Method in interface org.objectweb.util.monolog.api.
Handler
It assigns an attributte to the handler.
setIntLevel(int)
- Method in interface org.objectweb.util.monolog.api.
Logger
Permits to set the level with an integer value
setLevel(Level)
- Method in interface org.objectweb.util.monolog.api.
Logger
Permits to set the level with a Level instance.
setLogger(Logger)
- Method in interface org.objectweb.util.monolog.api.
Loggable
Assigns the logger instance to use
setLoggerFactory(LoggerFactory)
- Method in interface org.objectweb.util.monolog.api.
Loggable
Assigns the logger factory instance to use
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
setResourceBundleName(String)
- Method in interface org.objectweb.util.monolog.api.
LoggerFactory
Accessors to a resource bundle name associated to a LoggerFactory.
T
TopicalLogger
- Interface in
org.objectweb.util.monolog.api
A TopicalLogger dispatches events to a set of Handlers.
turnOff()
- Method in interface org.objectweb.util.monolog.api.
Logger
Disables this logger
turnOn()
- Method in interface org.objectweb.util.monolog.api.
Logger
Enables this logger
W
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.
X
XML
- Static variable in interface org.objectweb.util.monolog.api.
MonologFactory
This constant represents the xml configuration type.
A
B
C
D
E
F
G
H
I
J
L
M
O
P
R
S
T
W
X
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes