@FunctionalInterface
public static interface DebugCtl.DbgListener
DebugCtl.addDbgListener(DbgListener, String, String)
method, can be informed of dynamic changes in the debug flags.Modifier and Type | Method and Description |
---|---|
void |
setDebug(java.lang.String categoryName,
boolean setting)
Specify if a specific category of debug messages should be printed out.
|
void setDebug(java.lang.String categoryName, boolean setting)
categoryName
- String name of category to enable debug logging forsetting
- boolean true or false to enable or disable debugging this category