Package | Description |
---|---|
org.objectweb.util.monolog.api |
The Monolog API.
|
org.objectweb.util.monolog.file.monolog | |
org.objectweb.util.monolog.wrapper.ant | |
org.objectweb.util.monolog.wrapper.common |
Common class between wrapper implementations.
|
org.objectweb.util.monolog.wrapper.config | |
org.objectweb.util.monolog.wrapper.javaLog |
The wrapper for the logging system of the JDK 1.4 (or greater).
|
org.objectweb.util.monolog.wrapper.log4j |
The wrapper for the logging system log4j.
|
org.objectweb.util.monolog.wrapper.log4jMini |
The wrapper for the logging system log4jMini.
|
org.objectweb.util.monolog.wrapper.p6spy |
The wrapper for the tool P6Spy (JDBC driver logger).
|
org.objectweb.util.monolog.wrapper.printwriter |
Librairies for wrapping Monolog from or to a PrintWriter or PrintStream.
|
org.objectweb.util.monolog.wrapper.velocity |
The wrapper for generation tool Velocity (Jakarta).
|
Modifier and Type | Interface and Description |
---|---|
interface |
TopicalLogger
A TopicalLogger dispatches events to a set of Handlers.
|
Modifier and Type | Method and Description |
---|---|
Logger |
Loggable.getLogger()
Retrieves the logger instance used
|
Logger |
LoggerFactory.getLogger(java.lang.String key)
This method permits to fetch a Logger.
|
Logger |
LoggerFactory.getLogger(java.lang.String key,
java.lang.String resourceBundleName)
This method permits to fetch a Logger.
|
Logger[] |
LoggerFactory.getLoggers()
It retrieves a list of all loggers.
|
Modifier and Type | Method and Description |
---|---|
void |
Loggable.setLogger(Logger logger)
Assigns the logger instance to use
|
Modifier and Type | Method and Description |
---|---|
protected Logger |
PropertiesConfAccess.parseLoggerProp(java.util.Properties prop,
java.lang.String key,
LoggerFactory lof,
HandlerFactory hf,
LevelFactory lef)
It parses a property entry to build or configure a Logger instance.
|
protected Logger |
PropertiesConfAccess.parseLoggerProp(java.util.Properties prop,
java.lang.String key,
MonologFactory mf)
It parses a property entry to build or configure a Logger instance.
|
Constructor and Description |
---|
MonologBuildListener(Logger log) |
Modifier and Type | Method and Description |
---|---|
abstract Logger |
AbstractFactory.getLogger(java.lang.String key) |
abstract Logger[] |
AbstractFactory.getLoggers() |
Modifier and Type | Class and Description |
---|---|
class |
BasicLogger
This class is a basic implementatio of the TopicalLogger interface.
|
Modifier and Type | Method and Description |
---|---|
Logger |
BasicFactory.getLogger(java.lang.String _key) |
Logger |
BasicFactory.getLogger(java.lang.String key,
java.lang.String resourceBundleName) |
Logger[] |
BasicFactory.getLoggers() |
Modifier and Type | Method and Description |
---|---|
void |
BasicFactory.removeLogger(Logger logger) |
Modifier and Type | Class and Description |
---|---|
class |
Logger
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.
|
Modifier and Type | Method and Description |
---|---|
Logger |
LoggerFactory.getLogger(java.lang.String key) |
Logger |
LoggerFactory.getLogger(java.lang.String key,
java.lang.String rbn) |
Logger[] |
LoggerFactory.getLoggers()
It retrieves a list of all loggers.
|
Modifier and Type | Class and Description |
---|---|
class |
MonologCategory
This class wraps the Logger concept into the log4j world.
|
Modifier and Type | Field and Description |
---|---|
protected Logger |
MonologLoggerFactory.rootLogger
The root logger of the logger hierarchy
|
Modifier and Type | Method and Description |
---|---|
Logger |
MonologLoggerFactory.getLogger(java.lang.String key) |
Logger |
MonologLoggerFactory.getLogger(java.lang.String key,
java.lang.String rbn) |
Logger[] |
MonologLoggerFactory.getLoggers() |
Modifier and Type | Field and Description |
---|---|
protected Logger |
MonologLoggerFactory.rootLogger
The root logger of the logger hierarchy
|
Modifier and Type | Method and Description |
---|---|
Logger |
MonologLoggerFactory.getLogger(java.lang.String key) |
Logger |
MonologLoggerFactory.getLogger(java.lang.String key,
java.lang.String rbn) |
Logger[] |
MonologLoggerFactory.getLoggers() |
Modifier and Type | Field and Description |
---|---|
static Logger |
P6SpyLogger.logger |
Modifier and Type | Class and Description |
---|---|
class |
LoggerImpl
This class is a simple implementation of the Logger interface provided by
the monolog specification.
|
Modifier and Type | Field and Description |
---|---|
protected Logger |
PrintStreamImpl.logger |
protected Logger |
PrintWriterImpl.logger
The inner logger instance
|
Modifier and Type | Method and Description |
---|---|
Logger |
PrintStreamImpl.getLogger()
Retrieves the logger instance used
|
Logger |
PrintWriterImpl.getLogger()
Retrieves the logger instance used
|
Logger |
LoggerImpl.getLogger(java.lang.String key) |
Logger |
LoggerImpl.getLogger(java.lang.String key,
java.lang.String resourceBundleName) |
Logger[] |
LoggerImpl.getLoggers() |
Modifier and Type | Method and Description |
---|---|
void |
PrintStreamImpl.setLogger(Logger logger)
Assigns the logger instance to use
|
void |
PrintWriterImpl.setLogger(Logger logger)
Assigns the logger instance to use
|
Constructor and Description |
---|
PrintStreamImpl(Logger l)
It builds a PrintWriterImpl instance.
|
PrintStreamImpl(Logger l,
int level)
It builds a PrintWriterImpl instance.
|
PrintWriterImpl(Logger l)
It builds a PrintWriterImpl instance.
|
PrintWriterImpl(Logger l,
int level)
It builds a PrintWriterImpl instance.
|
PrintWriterImpl(Logger logger,
LoggerFactory loggerFactory)
It builds a PrintWriterImpl instance.
|
Modifier and Type | Method and Description |
---|---|
Logger |
VelocityLogger.getLog() |
Modifier and Type | Method and Description |
---|---|
void |
VelocityLogger.setLog(Logger l) |
Constructor and Description |
---|
VelocityLogger(Logger l) |