Deprecated API

Deprecated Interfaces
org.objectweb.util.monolog.wrapper.common.Configurable
          the use of this interface must be replaced by the use of the MonologFactory interface. This interface is kept for the backward compatibility. 
 

Deprecated Fields
org.objectweb.util.monolog.Monolog.loggerFactory
          use monologFactory 
 

Deprecated Methods
org.objectweb.util.monolog.Monolog.init()
          use initialize() 
org.objectweb.util.monolog.Monolog.init(Properties)
          use getMonologFactory(Properties) 
org.objectweb.util.monolog.Monolog.init(String)
          use getMonologFactory(String) 
org.objectweb.util.monolog.Monolog.loadMonologConfiguration(Properties, LoggerFactory)
          use loadMonologConfiguration(Properties, MonologFactory)