Uses of Interface
com.databricks.jdbc.log.JdbcLogger
-
Packages that use JdbcLogger Package Description com.databricks.jdbc.log -
-
Uses of JdbcLogger in com.databricks.jdbc.log
Classes in com.databricks.jdbc.log that implement JdbcLogger Modifier and Type Class Description classJulLoggerTheJulLoggerclass provides an implementation of theJdbcLoggerinterface using the Java Util Logging (JUL) framework.classSlf4jLoggerTheSlf4jLoggerclass implements theJdbcLoggerinterface, providing an SLF4J-based logging solution.Methods in com.databricks.jdbc.log that return JdbcLogger Modifier and Type Method Description static JdbcLoggerJdbcLoggerFactory. getLogger(Class<?> clazz)Returns aJdbcLoggerinstance for the specified class.static JdbcLoggerJdbcLoggerFactory. getLogger(String name)Returns aJdbcLoggerinstance for the specified name.
-