Package | Description |
---|---|
org.objectweb.util.monolog | |
org.objectweb.util.monolog.api |
The Monolog API.
|
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.log4jMini |
The wrapper for the logging system log4jMini.
|
org.objectweb.util.monolog.wrapper.printwriter |
Librairies for wrapping Monolog from or to a PrintWriter or PrintStream.
|
Modifier and Type | Method and Description |
---|---|
static LevelFactory |
Monolog.getLevelFactory(java.lang.String className) |
Modifier and Type | Interface and Description |
---|---|
interface |
MonologFactory
A monolog factory is a factory for loggers, levels and handlers.
|
Modifier and Type | Method and Description |
---|---|
static void |
PropertiesConfAccess.load(java.util.Properties prop,
LoggerFactory lof,
HandlerFactory hf,
LevelFactory lef) |
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.
|
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.
|
void |
PropertiesConfAccess.read(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.write(java.util.Properties prop,
LoggerFactory lof,
HandlerFactory hf,
LevelFactory lef) |
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFactory |
Modifier and Type | Method and Description |
---|---|
static int |
LevelImpl.evaluate(java.lang.String expr,
LevelFactory lf)
It analyzes a string expression to obtain its integer value.
|
Constructor and Description |
---|
LevelImpl(java.lang.String n,
java.lang.String val,
LevelFactory lf) |
Modifier and Type | Class and Description |
---|---|
class |
BasicFactory
This class is a basic implementation of the monolog factories
(HandlerFactory, LoggerFactory and LevelFactory).
|
Modifier and Type | Field and Description |
---|---|
protected LevelFactory |
BasicLogger.levelFactory
This field references the level factory.
|
Modifier and Type | Class and Description |
---|---|
class |
LoggerFactory
is the LoggerFactory for the wrapper to java.util.logging
|
Constructor and Description |
---|
LevelImpl(java.lang.String n,
java.lang.String val,
LevelFactory lf) |
Modifier and Type | Class and Description |
---|---|
class |
MonologLoggerFactory
This class wraps the LoggerFactory, HandlerFactory, LevelFactory concepts
into the log4j world.
|
Constructor and Description |
---|
LevelImpl(java.lang.String name,
java.lang.String val,
LevelFactory lf) |
Constructor and Description |
---|
LevelImpl(java.lang.String name,
java.lang.String val,
LevelFactory lf) |
Modifier and Type | Class and Description |
---|---|
class |
LoggerImpl
This class is a simple implementation of the Logger interface provided by
the monolog specification.
|