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.
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.
this abstract class provides with the way to define a file real path with
the value of environment variables value.
to do that, the path in the the log properties file must include some variable
name those environment variable must be put in braket like ${MY_VARIABLE}