public class ConfigurationCommonLogging extends Object implements Serializable
Modifier | Constructor and Description |
---|---|
protected |
ConfigurationCommonLogging()
Ctor - sets up defaults.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isEnableJDBC()
Returns an indicator whether JDBC query reporting is enabled.
|
boolean |
isEnableQueryPlan()
Returns indicator whether query plan logging is enabled or not.
|
void |
setEnableJDBC(boolean enableJDBC)
Set the indicator whether JDBC query reporting is enabled.
|
void |
setEnableQueryPlan(boolean enableQueryPlan)
Set indicator whether query plan logging is enabled, by default it is disabled.
|
protected ConfigurationCommonLogging()
public boolean isEnableQueryPlan()
public void setEnableQueryPlan(boolean enableQueryPlan)
enableQueryPlan
- indicatorpublic boolean isEnableJDBC()
public void setEnableJDBC(boolean enableJDBC)
enableJDBC
- set to true for JDBC query reorting enabledCopyright © 2005–2022. All rights reserved.