This constant is used to represent an handler which stores message into
several files.
It retrieves the additivity flag for this logger instance.
It retrieves the value of an attribute value of the handler.
It retrieves the attributes of the handler
Returns the current level value under the integer format
Returns the current level value under the Level format
It returns the list of the handler associated to this logger.
It retrieves the handler which the name is specified by the parameter
It returns the handler which the name is equals to the parameter
It retrieves all handler managed by this factory.
Returns the integer value which represents the level.
It retrieves a Level instance which the integer value is equals to the
parameter.
It retrieves a Level instance which the name is equals to the parameter.
It retrieves all Level instances defined in this manager.
Retrieves the logger instance used
This method permits to fetch a Logger.
This method permits to fetch a Logger.
Retrieves the logger factory instance used
It retrieves a list of all loggers.
It retrieves the name of the handler
It retrieves the name of the Level
Accessors to a resource bundle name associated to a LoggerFactory.
This method allows getting a topic list of this TopicalLogger.
This method allows getting a topic list of this TopicalLogger.
It retrieves the Handler type
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.
This special level indicates that the level is inherited from its
ancestors.
This method returns true is the current level and the Level parameter are
ordered.
Check if a message of the given level would actually be logged by this 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.
Level - interface org.objectweb.util.monolog.api.
Level This class represents a logging level.
DEBUG messages might include things like minor (recoverable) failures.
The ERROR level designates error events that might still allow the
application to continue running.
In general, FATAL messages should describe events that are of
considerable importance and which will prevent continuation of the
program execution.
The INFO level designates informational messages that highlight the
progress of the application at a coarse-grained level.
This special level indicates that the level is inherited from its
ancestors.
In general, WARN messages should describe events that will be of
interest to end users or system managers, or which indicate potential
problems.
It manages Level instances.
Log a message, with no arguments.
Log a message, with a location and method arguments.
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 a message, with no arguments.
Log a message, with a location and method arguments.
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.
This constant can be used to specify the specific configuration file.
This constant can be used to specify if the configuration file must be
searched into the classpath
This constant can be used to specify the type of specific configuration
which you need.
A Logger implementation receives event messages from an object and exports
them.
This constant is used to represent an handler which is a Logger.
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.
It assigns the additivity flag for this logger instance.
It assigns an attributte to the handler.
Permits to set the level with an integer value
Permits to set the level with a Level instance.
Assigns the logger instance to use
Assigns the logger factory instance to use
It assigns the name of the handler
It assigns the name of the Level
Accessors to a resource bundle name associated to a LoggerFactory.