public class Slf4jLogger extends Object implements io.apimatic.coreinterfaces.logger.Logger
| Constructor and Description |
|---|
Slf4jLogger(org.slf4j.Logger logger)
Constructs a new Slf4jLogger instance wrapping the provided SLF4J Logger.
|
| Modifier and Type | Method and Description |
|---|---|
org.slf4j.Logger |
getLogger()
Return instance of
Logger |
void |
log(org.slf4j.event.Level level,
String format,
Map<String,Object> arguments)
Log provided message according to logging level.
|
public Slf4jLogger(org.slf4j.Logger logger)
logger - The SLF4J logger instance to wrap.public org.slf4j.Logger getLogger()
LoggergetLogger in interface io.apimatic.coreinterfaces.logger.Loggerpublic void log(org.slf4j.event.Level level,
String format,
Map<String,Object> arguments)
log in interface io.apimatic.coreinterfaces.logger.Loggerlevel - To provide the Level conversion.format - The format stringarguments - List of argumentsCopyright © 2025. All rights reserved.