- 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.
- 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
- 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.