| |
|
| java.lang.Object org.objectweb.util.monolog.wrapper.log4jMini.MonologLoggerFactory
LOG4J_CF_VALUE | final public static String LOG4J_CF_VALUE(Code) | | |
handlers | protected Hashtable handlers(Code) | | This field references the handler instance by their names.
key = a String object which is an handler name.
value = the unique handler instance which has the key for name.
|
intToNames | protected Hashtable intToNames(Code) | | 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 strings represent the
name which match to the integer value. Indeed both name can be associated
to the same integer value.
|
nameToLevel | protected Hashtable nameToLevel(Code) | | This field references the level instances by their names.
key = a level name
value = the unique Level instance linked to the name.
|
rootLogger | protected Logger rootLogger(Code) | | The root logger of the logger hierarchy
|
MonologLoggerFactory | public MonologLoggerFactory()(Code) | | |
defineDefaultLevels | protected void defineDefaultLevels()(Code) | | It initializes the default monolog level:
- DEBUG: 10 000
- INFO: 20 000
- WARN: 30 000
- ERROR: 40 000
- FATAL: 50 000
|
getResourceBundleName | public String getResourceBundleName()(Code) | | |
setResourceBundleName | public void setResourceBundleName(String rbn)(Code) | | |
|
|
|