public interface DebugOut extends DebugSink
| Modifier and Type | Method and Description |
|---|---|
void |
debug(Object... args)
If getDebug() returns true, output the arguments
|
void |
debugMethod(String methodName,
Object... args) |
void |
debugMethod(String methodName,
String msg,
Object... args) |
boolean |
getDebug()
Return true if debugging is on.
|
String |
getID()
Return the arbitrary identifier for this instance.
|
Copyright © 2019. All rights reserved.