Package com.databricks.jdbc.log
package com.databricks.jdbc.log
-
ClassDescriptionThe interface defines logging methods for various levels of importance.Factory class for creating JDBC logger instances.The
JulLoggerclass provides an implementation of theJdbcLoggerinterface using the Java Util Logging (JUL) framework.A customFormatterimplementation that formats log records in the usual SLF4J format.TheSlf4jLoggerclass implements theJdbcLoggerinterface, providing an SLF4J-based logging solution.