public class LegacyDebuggingImpl extends com.marklogic.client.extensions.ResourceManager implements LegacyDebugging
| Constructor and Description |
|---|
LegacyDebuggingImpl(com.marklogic.client.DatabaseClient client) |
| Modifier and Type | Method and Description |
|---|---|
void |
disable()
Disables debugging
|
void |
enable()
Enables debugging
|
boolean |
isEnabled()
Determines if the hub has debugging enabled or not
|
getName, startLogging, stopLoggingclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreatepublic LegacyDebuggingImpl(com.marklogic.client.DatabaseClient client)
public void enable()
LegacyDebuggingenable in interface LegacyDebuggingpublic void disable()
LegacyDebuggingdisable in interface LegacyDebuggingpublic boolean isEnabled()
LegacyDebuggingisEnabled in interface LegacyDebugging