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

Packages that use LevelFactory
org.objectweb.util.monolog   
org.objectweb.util.monolog.api   
org.objectweb.util.monolog.component   
org.objectweb.util.monolog.file.monolog   
org.objectweb.util.monolog.wrapper.common   
org.objectweb.util.monolog.wrapper.config   
org.objectweb.util.monolog.wrapper.javaLog   
org.objectweb.util.monolog.wrapper.log4j   
org.objectweb.util.monolog.wrapper.log4jMini   
org.objectweb.util.monolog.wrapper.printwriter   
 

Uses of LevelFactory in org.objectweb.util.monolog
 

Methods in org.objectweb.util.monolog that return LevelFactory
static LevelFactory Monolog.getLevelFactory(java.lang.String className)
           
 

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

Subinterfaces of LevelFactory in org.objectweb.util.monolog.api
 interface MonologFactory
           
 

Uses of LevelFactory in org.objectweb.util.monolog.component
 

Classes in org.objectweb.util.monolog.component that implement LevelFactory
 class MonologComponent
           
 

Methods in org.objectweb.util.monolog.component that return LevelFactory
static LevelFactory MonologComponent.getLevelFactory()
           
 

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

Methods in org.objectweb.util.monolog.file.monolog with parameters of type LevelFactory
static void PropertiesConfAccess.load(java.util.Properties prop, LoggerFactory lof, HandlerFactory hf, LevelFactory lef)
           
static void PropertiesConfAccess.store(java.util.Properties prop, LoggerFactory lof, HandlerFactory hf, LevelFactory lef)
           
 void PropertiesConfAccess.read(java.util.Properties prop, LoggerFactory lof, HandlerFactory hf, LevelFactory lef)
           
 void PropertiesConfAccess.write(java.util.Properties prop, LoggerFactory lof, HandlerFactory hf, LevelFactory lef)
           
protected  Logger PropertiesConfAccess.parseLoggerProp(java.util.Properties prop, java.lang.String key, LoggerFactory lof, HandlerFactory hf, LevelFactory lef)
          It parses a property entry to build or configure a Logger instance.
protected  Level PropertiesConfAccess.parseLevelProp(java.util.Properties prop, java.lang.String key, LevelFactory lef)
          It parses a property entry to build or configure a Level instance.
protected  Level PropertiesConfAccess.parseLevelProp(java.util.Properties prop, java.lang.String key, LevelFactory lef, java.util.Vector currentLevelParse)
          It parses a property entry to build or configure a Level instance.
 

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

Subinterfaces of LevelFactory 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 LevelFactory
 class AbstractFactory
           
 

Methods in org.objectweb.util.monolog.wrapper.common with parameters of type LevelFactory
static int LevelImpl.evaluate(java.lang.String expr, LevelFactory lf)
          It analyzes a string expression to obtain its integer value.
 

Constructors in org.objectweb.util.monolog.wrapper.common with parameters of type LevelFactory
LevelImpl(java.lang.String n, java.lang.String val, LevelFactory lf)
           
 

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

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

Fields in org.objectweb.util.monolog.wrapper.config declared as LevelFactory
protected  LevelFactory BasicLogger.levelFactory
          This field references the level factory.
 

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

Classes in org.objectweb.util.monolog.wrapper.javaLog that implement LevelFactory
 class LoggerFactory
           
 

Constructors in org.objectweb.util.monolog.wrapper.javaLog with parameters of type LevelFactory
LevelImpl(java.lang.String n, java.lang.String val, LevelFactory lf)
           
 

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

Constructors in org.objectweb.util.monolog.wrapper.log4j with parameters of type LevelFactory
LevelImpl(java.lang.String name, java.lang.String val, LevelFactory lf)
           
 

Uses of LevelFactory in org.objectweb.util.monolog.wrapper.log4jMini
 

Classes in org.objectweb.util.monolog.wrapper.log4jMini that implement LevelFactory
 class MonologLoggerFactory
           
 

Constructors in org.objectweb.util.monolog.wrapper.log4jMini with parameters of type LevelFactory
LevelImpl(java.lang.String name, java.lang.String val, LevelFactory lf)
           
 

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

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