|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of HandlerFactory in org.objectweb.util.monolog |
Methods in org.objectweb.util.monolog that return HandlerFactory | |
static HandlerFactory |
Monolog.getHandlerFactory(java.lang.String className)
|
Uses of HandlerFactory in org.objectweb.util.monolog.api |
Subinterfaces of HandlerFactory in org.objectweb.util.monolog.api | |
interface |
MonologFactory
|
Uses of HandlerFactory in org.objectweb.util.monolog.component |
Classes in org.objectweb.util.monolog.component that implement HandlerFactory | |
class |
MonologComponent
|
Methods in org.objectweb.util.monolog.component that return HandlerFactory | |
static HandlerFactory |
MonologComponent.getHandlerFactory()
|
Uses of HandlerFactory in org.objectweb.util.monolog.file.monolog |
Methods in org.objectweb.util.monolog.file.monolog with parameters of type HandlerFactory | |
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 Handler |
PropertiesConfAccess.parseHandlerProp(java.util.Properties prop,
java.lang.String key,
HandlerFactory hf)
It parses a property entry to build or configure a Handler instance. |
Uses of HandlerFactory in org.objectweb.util.monolog.wrapper.common |
Subinterfaces of HandlerFactory 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 HandlerFactory | |
class |
AbstractFactory
|
Uses of HandlerFactory in org.objectweb.util.monolog.wrapper.config |
Classes in org.objectweb.util.monolog.wrapper.config that implement HandlerFactory | |
class |
BasicFactory
This class is a basic implementation of the monolog factories (HandlerFactory, LoggerFactory and LevelFactory). |
Uses of HandlerFactory in org.objectweb.util.monolog.wrapper.javaLog |
Classes in org.objectweb.util.monolog.wrapper.javaLog that implement HandlerFactory | |
class |
LoggerFactory
|
Uses of HandlerFactory in org.objectweb.util.monolog.wrapper.log4jMini |
Classes in org.objectweb.util.monolog.wrapper.log4jMini that implement HandlerFactory | |
class |
MonologLoggerFactory
|
Uses of HandlerFactory in org.objectweb.util.monolog.wrapper.printwriter |
Classes in org.objectweb.util.monolog.wrapper.printwriter that implement HandlerFactory | |
class |
LoggerImpl
This class is a simple implementation of the Logger interface provided by the monolog specification. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |