skip to main content
JDBC Extensions : ExtLogControl class
  

Try DataDirect Drivers Now

ExtLogControl class

ExtLogControl Methods
Description
void setEnableLogging(boolean enable|disable)
If DataDirect Spy was enabled when the connection was created, you can turn on or off DataDirect Spy logging at runtime using this method. If true, logging is turned on. If false, logging is turned off. If DataDirect Spy logging was not enabled when the connection was created, calling this method has no effect.
boolean getEnableLogging()
Indicates whether DataDirect Spy logging was enabled when the connection was created and whether logging is turned on. If the returned value is true, logging is turned on. If the returned value is false, logging is turned off.