Package org.objectweb.util.monolog.api

The Monolog API.

See:
          Description

Interface Summary
Handler Handler is an output.
HandlerFactory It permits to manage Handler instances.
Level This class represents a logging level.
LevelFactory It manages Level instances.
Loggable  
Logger A Logger implementation receives event messages from an object and exports them.
LoggerFactory The aims of this interface is to provide Logger instances, to allow instrumentation to be independent of the logging implementation and to allow the use of the same logging implementation for all the components of a given application.
MonologFactory A monolog factory is a factory for loggers, levels and handlers.
TopicalLogger A TopicalLogger dispatches events to a set of Handlers.
 

Class Summary
BasicLevel This class predefines a set of levels.
 

Package org.objectweb.util.monolog.api Description

The Monolog API.