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 Category 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.
This field reference the level names by their integer value.
key = a java.lang.Integer which the value is the level
value = a String or an ArrayList of String.
This field reference the level names by their integer value.
key = a java.lang.Integer which the value is the level
value = a String or an ArrayList of String.
This field reference the level names by their integer value.
key = a java.lang.Integer which the value is the level
value = a String or an ArrayList of String.
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.