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   
org.objectweb.util.monolog.wrapper.log4j   
org.objectweb.util.monolog.wrapper.printwriter   
 

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
           
 

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.