public class DebugFormatterStdErrText
extends java.util.logging.Formatter
| Constructor | Description |
|---|---|
DebugFormatterStdErrText() |
|
DebugFormatterStdErrText(boolean debugStdErrWithStackTraces) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
format(java.util.logging.LogRecord lr) |
Gibt dei DebungMeldung aus
|
public DebugFormatterStdErrText()
public DebugFormatterStdErrText(boolean debugStdErrWithStackTraces)
public java.lang.String format(java.util.logging.LogRecord lr)
format in class java.util.logging.Formatterlr - LogRecord mit den Informationen einer Meldung.