Class JdbcLoggerFactory

java.lang.Object
com.databricks.jdbc.log.JdbcLoggerFactory

public class JdbcLoggerFactory extends Object
Factory class for creating JDBC logger instances. This class supports creating loggers based on the specified logger implementation. The logger implementation can be specified through a system property "com.databricks.jdbc.loggerImpl". Supported logger implementations include SLF4J and JDK logging.