public class ExceptionImpl extends AbstractSimpleImpl implements Logger
Logging.configure(System.getProperty("mmbase.config") + File.separator + "log" + File.separator + "log.xml");
level| Modifier and Type | Method and Description |
|---|---|
static void |
configure(String c)
The configure method of this Logger implemenation.
|
static ExceptionImpl |
getLoggerInstance(String name) |
protected void |
log(String s,
Level l)
Logs a message for a certain string.
|
debug, debug, error, error, fatal, fatal, info, info, isDebugEnabled, isEnabledFor, isServiceEnabled, isTraceEnabled, log, log, log, service, service, setLevel, trace, trace, warn, warnclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdebug, debug, error, error, fatal, fatal, info, info, isDebugEnabled, isEnabledFor, isServiceEnabled, isTraceEnabled, service, service, setLevel, trace, trace, warn, warnpublic static ExceptionImpl getLoggerInstance(String name)
public static void configure(String c)
c - A string, which can contain the output (stdout or
stderr) and the priority (e.g. 'info')protected final void log(String s, Level l)
AbstractSimpleImplAbstractSimpleImpl.log(String) where the string is
prefixed with the level. Override this one if you want it differently.log in class AbstractSimpleImplMMBase 1.9-SNAPSHOT - ${javadoctimestamp}