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

Packages that use MonologFactory
org.objectweb.util.monolog   
org.objectweb.util.monolog.file.monolog   
org.objectweb.util.monolog.wrapper.common Common class between wrapper implementations. 
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.lib   
 

Uses of MonologFactory in org.objectweb.util.monolog
 

Fields in org.objectweb.util.monolog declared as MonologFactory
static MonologFactory Monolog.monologFactory
          is the last required logger factory.
 

Methods in org.objectweb.util.monolog that return MonologFactory
static MonologFactory Monolog.getDefaultMonologFactory()
           
static MonologFactory Monolog.getMonologFactory()
           
static MonologFactory Monolog.getMonologFactory(java.util.Properties properties)
          Initializes monolog in with a Properties instance.
static MonologFactory Monolog.getMonologFactory(java.lang.String fileName)
          Initializes Monolog with a given monolog configuration file name if the file is found, it delegates the intialization to init(Properties) method.
static MonologFactory Monolog.initialize()
          Initializes Monolog.
static MonologFactory Monolog.instanciateMonologFactory(java.lang.String className)
          Retrieves a MonologFactory instance.
 

Methods in org.objectweb.util.monolog with parameters of type MonologFactory
static void Monolog.loadMonologConfiguration(java.util.Properties properties, MonologFactory mf)
          Loads a monolog configuration into an existing MonologFactory.
 

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

Methods in org.objectweb.util.monolog.file.monolog with parameters of type MonologFactory
static void PropertiesConfAccess.load(java.util.Properties prop, MonologFactory mf)
           
protected  Logger PropertiesConfAccess.parseLoggerProp(java.util.Properties prop, java.lang.String key, MonologFactory mf)
          It parses a property entry to build or configure a Logger instance.
 void PropertiesConfAccess.read(java.util.Properties prop, MonologFactory mf)
           
static void PropertiesConfAccess.store(java.util.Properties prop, MonologFactory mf)
           
 

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

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

Classes in org.objectweb.util.monolog.wrapper.common that implement MonologFactory
 class AbstractFactory
           
 

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

Classes in org.objectweb.util.monolog.wrapper.config that implement MonologFactory
 class BasicFactory
          This class is a basic implementation of the monolog factories (HandlerFactory, LoggerFactory and LevelFactory).
 

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

Classes in org.objectweb.util.monolog.wrapper.javaLog that implement MonologFactory
 class LoggerFactory
          is the LoggerFactory for the wrapper to java.util.logging
 

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

Classes in org.objectweb.util.monolog.wrapper.log4j that implement MonologFactory
 class MonologLoggerFactory
          This class wraps the LoggerFactory, HandlerFactory, LevelFactory concepts into the log4j world.
 

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

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

Uses of MonologFactory in org.objectweb.util.monolog.wrapper.remote.lib
 

Constructors in org.objectweb.util.monolog.wrapper.remote.lib with parameters of type MonologFactory
Logging(MonologFactory mf)
           
MonologFactoryMBeanImpl(MonologFactory mf)
          Build a JMX MBean for administrate the a MonologFactory.
MonologFactoryProxyImpl(MonologFactory mf)
          Build a remote object managing a MonologFactory.
MonologFactoryProxyImpl(MonologFactory mf, java.lang.String rmiName)
          Build a remote object managing a MonologFactory.