Uses of Interface
org.objectweb.util.monolog.api.TopicalLogger

Packages that use TopicalLogger
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.log4j The wrapper for the logging system log4j. 
org.objectweb.util.monolog.wrapper.printwriter Librairies for wrapping Monolog from or to a PrintWriter or PrintStream. 
org.objectweb.util.monolog.wrapper.remote.api   
 

Uses of TopicalLogger in org.objectweb.util.monolog.file.monolog
 

Methods in org.objectweb.util.monolog.file.monolog with parameters of type TopicalLogger
protected  void PropertiesConfAccess.cleanOldHandler(TopicalLogger l)
          Clear all the handlers associated to a logger which are not defined into this file
 

Uses of TopicalLogger in org.objectweb.util.monolog.wrapper.config
 

Classes in org.objectweb.util.monolog.wrapper.config that implement TopicalLogger
 class BasicLogger
          This class is a basic implementatio of the TopicalLogger interface.
 

Uses of TopicalLogger in org.objectweb.util.monolog.wrapper.javaLog
 

Classes in org.objectweb.util.monolog.wrapper.javaLog that implement TopicalLogger
 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.
 

Uses of TopicalLogger in org.objectweb.util.monolog.wrapper.log4j
 

Classes in org.objectweb.util.monolog.wrapper.log4j that implement TopicalLogger
 class MonologCategory
          This class wraps the Logger concept into the log4j world.
 

Uses of TopicalLogger in org.objectweb.util.monolog.wrapper.printwriter
 

Classes in org.objectweb.util.monolog.wrapper.printwriter that implement TopicalLogger
 class LoggerImpl
          This class is a simple implementation of the Logger interface provided by the monolog specification.
 

Uses of TopicalLogger in org.objectweb.util.monolog.wrapper.remote.api
 

Constructors in org.objectweb.util.monolog.wrapper.remote.api with parameters of type TopicalLogger
LoggerInfo(TopicalLogger l)