Package | Description |
---|---|
org.objectweb.util.monolog.file.monolog | |
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.log4jMini |
The wrapper for the logging system log4jMini.
|
org.objectweb.util.monolog.wrapper.printwriter |
Librairies for wrapping Monolog from or to a PrintWriter or PrintStream.
|
org.objectweb.util.monolog.wrapper.remote.api |
Modifier and Type | Method and Description |
---|---|
protected void |
PropertiesConfAccess.cleanOldHandler(TopicalLogger l)
Clear all the handlers associated to a logger which are not defined into
this file
|
Modifier and Type | Class and Description |
---|---|
class |
BasicLogger
This class is a basic implementatio of the TopicalLogger interface.
|
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 | Class and Description |
---|---|
class |
MonologCategory |
Modifier and Type | Class and Description |
---|---|
class |
LoggerImpl
This class is a simple implementation of the Logger interface provided by
the monolog specification.
|
Constructor and Description |
---|
LoggerInfo(TopicalLogger l)
Build a Loggerinfo from a TopicalLogger.
|