Class JdbcLoggerFactory
java.lang.Object
com.databricks.jdbc.log.JdbcLoggerFactory
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.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic JdbcLoggerReturns aJdbcLoggerinstance for the specified class.static JdbcLoggerReturns aJdbcLoggerinstance for the specified name.
-
Field Details
-
LOGGER_IMPL_PROPERTY
- See Also:
-
-
Method Details
-
getLogger
Returns aJdbcLoggerinstance for the specified class. -
getLogger
Returns aJdbcLoggerinstance for the specified name.
-