Uses of Package
org.objectweb.util.monolog.api

Classes in org.objectweb.util.monolog.api used by org.objectweb.util.monolog.api
Handler
          Handler is an output.
HandlerFactory
          It permits to manage Handler instances.
Level
          This class represents a logging level.
LevelFactory
          It manages Level instances.
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.
MonologFactoryListener
          Defines a listener of event on a MonologFactory.