public interface OutputHandler
Modifier and Type | Interface and Description |
---|---|
static class |
OutputHandler.LogOutput |
static class |
OutputHandler.SystemOutput |
Modifier and Type | Method and Description |
---|---|
void |
debug(java.lang.String msg) |
void |
output(java.lang.String msg) |
void |
warn(java.lang.String msg) |
void |
warn(java.lang.String msg,
java.lang.Throwable th) |
Copyright © 2016 The Apache Software Foundation