JDBC API logger
- Last Updated: June 13, 2019
- 1 minute read
- DataDirect Connectors
- JDBC
- Aha! 6.0
- Amazon Redshift 6.0
- Apache Cassandra 6.0
- Apache Hive 6.0
- Apache Spark SQL 6.0
- Atlassian Jira 6.0
- Autonomous REST Connector 6.0
- Cloudera Impala 5.1
- + 24
Name
com.ddtek.jdbc.cloud.level
Purpose
Logs the JDBC calls made by the application to the drivers and the responses from the drivers back to the application. DataDirect Spy is used to log the JDBC calls.
Message Levels
FINER - Calls to the JDBC methods are logged at the FINER
level. The value of all input parameters passed to these methods and the return values
passed from them are also logged, except that input parameter or result data contained in
InputStream, Reader, Blob, or Clob objects are not written at this level.
FINEST - In addition to the same information logged by the
FINER level, input parameter values and return values contained in InputStream, Reader, Blob
and Clob objects are written at this level.
OFF - Calls to the JDBC methods are not logged.