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

Packages that use MonologFactoryListener
org.objectweb.util.monolog.api The Monolog API. 
org.objectweb.util.monolog.wrapper.common Common class between wrapper implementations. 
org.objectweb.util.monolog.wrapper.config   
org.objectweb.util.monolog.wrapper.printwriter Librairies for wrapping Monolog from or to a PrintWriter or PrintStream. 
 

Uses of MonologFactoryListener in org.objectweb.util.monolog.api
 

Methods in org.objectweb.util.monolog.api with parameters of type MonologFactoryListener
 void MonologFactory.addMonologFactoryListener(MonologFactoryListener mfl)
          register a listener for the events of this MonologFactory
 void MonologFactory.removeMonologFactoryListener(MonologFactoryListener mfl)
          forget a listener for the events of this MonologFactory
 

Uses of MonologFactoryListener in org.objectweb.util.monolog.wrapper.common
 

Methods in org.objectweb.util.monolog.wrapper.common with parameters of type MonologFactoryListener
 void AbstractFactory.addMonologFactoryListener(MonologFactoryListener mfl)
           
 void AbstractFactory.removeMonologFactoryListener(MonologFactoryListener mfl)
           
 

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

Methods in org.objectweb.util.monolog.wrapper.config with parameters of type MonologFactoryListener
 void BasicFactory.addMonologFactoryListener(MonologFactoryListener mfl)
           
 void BasicFactory.removeMonologFactoryListener(MonologFactoryListener mfl)
           
 

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

Methods in org.objectweb.util.monolog.wrapper.printwriter with parameters of type MonologFactoryListener
 void LoggerImpl.addMonologFactoryListener(MonologFactoryListener mfl)
           
 void LoggerImpl.removeMonologFactoryListener(MonologFactoryListener mfl)