public abstract class IndentingLogger extends AbstractLogger
EvaluationLogger.Indentable| Modifier and Type | Field and Description |
|---|---|
static EvaluationLogger |
OUT
Static instance that logs to System.out.
|
| Constructor and Description |
|---|
IndentingLogger() |
| Modifier and Type | Method and Description |
|---|---|
void |
append(String message) |
void |
close() |
void |
popIndentation() |
void |
pushIndentation() |
public static final EvaluationLogger OUT
public void append(String message)
append in interface EvaluationLoggerappend in class AbstractLoggerpublic void close()
close in interface EvaluationLogger.Indentableclose in class AbstractLoggerpublic void popIndentation()
popIndentation in interface EvaluationLogger.IndentablepopIndentation in class AbstractLoggerpublic void pushIndentation()
pushIndentation in interface EvaluationLogger.IndentablepushIndentation in class AbstractLoggerCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.