| |
|
| org.apache.cocoon.util.log.Log4JConfigurator
Log4JConfigurator | public class Log4JConfigurator extends DOMConfigurator (Code) | | This is a configurator for log4j that supports variable substitution
since: 2.1.6 version: CVS $Id: Log4JConfigurator.java 30941 2004-07-29 19:56:58Z vgritsenko $ |
DELIM_START_LEN | static int DELIM_START_LEN(Code) | | |
DELIM_STOP | static char DELIM_STOP(Code) | | |
DELIM_STOP_LEN | static int DELIM_STOP_LEN(Code) | | |
context | protected Context context(Code) | | |
Log4JConfigurator | public Log4JConfigurator(Context context)(Code) | | |
getSystemProperty | public String getSystemProperty(String key)(Code) | | This is directly copied from log4j's OptionConverter class.
The only difference is the getting of a property.
|
|
|
|