| Package | Description |
|---|---|
| com.databricks.sdk.core.logging |
| Modifier and Type | Method and Description |
|---|---|
Logger |
ILoggerFactory.getLogger(Class<?> type)
Returns a logger for the given class.
|
static Logger |
LoggerFactory.getLogger(Class<?> type)
Returns a logger for the given class, using the current default factory.
|
Logger |
Slf4jLoggerFactory.getLogger(Class<?> type) |
Logger |
ILoggerFactory.getLogger(String name)
Returns a logger with the given name.
|
static Logger |
LoggerFactory.getLogger(String name)
Returns a logger with the given name, using the current default factory.
|
Logger |
Slf4jLoggerFactory.getLogger(String name) |
Copyright © 2026. All rights reserved.