public class LegacyTracingImpl extends com.marklogic.client.extensions.ResourceManager implements LegacyTracing
| Constructor and Description | 
|---|
LegacyTracingImpl(com.marklogic.client.DatabaseClient client)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
disable()
Disables tracing 
 | 
void | 
enable()
Enables tracing 
 | 
boolean | 
isEnabled()
Determines if the hub has tracing enabled or not 
 | 
getName, startLogging, stopLoggingclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreatepublic LegacyTracingImpl(com.marklogic.client.DatabaseClient client)
public void enable()
LegacyTracingenable in interface LegacyTracingpublic void disable()
LegacyTracingdisable in interface LegacyTracingpublic boolean isEnabled()
LegacyTracingisEnabled in interface LegacyTracing