public interface LegacyDebugging
Modifier and Type | Method and Description |
---|---|
static LegacyDebugging |
create(com.marklogic.client.DatabaseClient client)
Creates and returns a debugging object
|
void |
disable()
Disables debugging
|
void |
enable()
Enables debugging
|
boolean |
isEnabled()
Determines if the hub has debugging enabled or not
|
static LegacyDebugging create(com.marklogic.client.DatabaseClient client)
client
- - the databaseclient that will be usedvoid enable()
void disable()
boolean isEnabled()