public class SimpleTimeStampImpl extends AbstractSimpleImpl implements Logger
level| Modifier and Type | Method and Description |
|---|---|
static void |
configure(String c)
The configure method of this Logger implemenation.
|
static SimpleTimeStampImpl |
getLoggerInstance(String name) |
protected void |
log(String s)
How to write one 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 SimpleTimeStampImpl 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)
AbstractSimpleImplAbstractSimpleImpl.log(String, Level). Default this does
nothing, you must override this, or AbstractSimpleImpl.log(String, Level).log in class AbstractSimpleImplMMBase 1.9-SNAPSHOT - ${javadoctimestamp}