Deprecated.the use of this interface must be replaced by the use of the
MonologFactory interface. This interface is kept for the backward
compatibility.
This method calls all the parent loggers and call its appender either
the followin condition:
if the called parameter is equals to true then all parent are call
with the same value, and the logging event are transmitted to the
appenders.
categ -
Variable in class org.objectweb.util.monolog.wrapper.log4j.MonologCategory
This field references the inner Logger if the delegation was choosen.
This method allocates org.objectweb.util.monolog.wrapper.javaLog.Logger
objects whic are also java.util.logging.Logger and
org.objectweb.util.monolog.api.Logger.
Initializes Monolog with a given monolog configuration file name
if the file is found, it delegates the intialization to init(Properties)
method. if the file is not found it delegates the logger factory
instanciation to the getLoggerFactory(String) method.
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.