public interface DebugMBean
| Modifier and Type | Method and Description |
|---|---|
boolean |
getDebugState()
get the current debug state.
|
java.lang.String |
getShowOnlyPrefixes()
get the list of prefixes for which messages are shown.
|
void |
setDebugState(boolean debug)
set the current debug state.
|
void |
setShowOnlyPrefixes(java.lang.String showOnlyPrefixes)
set the list of prefixes for which messages are shown.
|
void setDebugState(boolean debug)
debug - the new debug state to setboolean getDebugState()
java.lang.String getShowOnlyPrefixes()
void setShowOnlyPrefixes(java.lang.String showOnlyPrefixes)
showOnlyPrefixes - a ":"-separated list of prefixes