public class SimpleTimeStampImpl extends AbstractSimpleImpl implements Logger
level| Modifier and Type | Method and Description |
|---|---|
static void |
configure(String c) |
static void |
configure(String prefix,
String c)
The configure method of this Logger implemenation.
|
static SimpleTimeStampImpl |
getLoggerInstance(String name) |
protected PrintStream |
getStream(Level l) |
protected void |
log(String s,
Level l)
Logs a message for a certain string.
|
String |
toString() |
debug, debug, error, error, fatal, fatal, getMDC, info, info, isDebugEnabled, isEnabledFor, isServiceEnabled, isTraceEnabled, log, log, log, service, service, setLevel, trace, trace, warn, warnclone, equals, finalize, getClass, hashCode, notify, notifyAll, 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)
protected PrintStream getStream(Level l)
public static void configure(String c)
public static void configure(String prefix, 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 AbstractSimpleImplMMBase2 Utils 2.0.0 - 2019-08-08T23:20