public final class SdkLoggerFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static io.apimatic.coreinterfaces.logger.ApiLogger |
getLogger(io.apimatic.coreinterfaces.logger.configuration.LoggingConfiguration config)
Returns an instance of
ApiLogger based on the provided
ReadonlyLogging configuration. |
public static io.apimatic.coreinterfaces.logger.ApiLogger getLogger(io.apimatic.coreinterfaces.logger.configuration.LoggingConfiguration config)
ApiLogger based on the provided
ReadonlyLogging configuration. If the logger in the configuration is
null, it returns an instance of NullSdkLogger. Otherwise, it returns
an instance of SdkLogger initialized with the provided configuration.config - the LoggingConfiguration configuration to be
used for creating the loggerApiLogger based on the provided configurationCopyright © 2025. All rights reserved.