|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mmbase.util.logging.AbstractSimpleImpl
org.mmbase.util.logging.SimpleImpl
A very simple implementation of Logger. It writes everything to standard output or standard error (the configure string can contain `stderr' or `stdout' (default)). It does not know categories (and therefore is a Singleton class). It is possible to configure what should be logged as well (with a level-string token in the configure string).
| Field Summary |
| Fields inherited from class org.mmbase.util.logging.AbstractSimpleImpl |
level |
| Method Summary | |
static void |
configure(java.lang.String c)
The configure method of this Logger implemenation. |
static SimpleImpl |
getLoggerInstance(java.lang.String name)
|
protected void |
log(java.lang.String s)
|
| Methods inherited from class org.mmbase.util.logging.AbstractSimpleImpl |
debug, error, fatal, info, isDebugEnabled, isServiceEnabled, log, service, setLevel, setPriority, trace, warn |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.mmbase.util.logging.Logger |
debug, error, fatal, info, isDebugEnabled, isServiceEnabled, service, setLevel, setPriority, trace, warn |
| Method Detail |
public static SimpleImpl getLoggerInstance(java.lang.String name)
public static void configure(java.lang.String c)
protected final void log(java.lang.String s)
log in class AbstractSimpleImpl
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||