-
- All Implemented Interfaces:
public final class Slf4jAdapter extends Logging.Logger
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classSlf4jAdapter.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Loggerslf4jLoggerprivate final Stringnameprivate Logging.LogLevellogLevel
-
Constructor Summary
Constructors Constructor Description Slf4jAdapter(String name)
-
Method Summary
Modifier and Type Method Description final LoggergetSlf4jLogger()BooleanisEnabled(Logging.LogLevel level)Unitpublish(Logging.LogLevel messageLogLevel, Throwable throwable, String messageString)-
Methods inherited from class de.gmuth.log.Logging.Logger
debug, debug, debug, error, error, error, getLogLevel, getName, info, info, info, log, log, logWithCauseMessages, setLogLevel, trace, trace, trace, warn, warn, warn -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
Slf4jAdapter
Slf4jAdapter(String name)
-
-
Method Detail
-
getSlf4jLogger
final Logger getSlf4jLogger()
-
isEnabled
Boolean isEnabled(Logging.LogLevel level)
-
publish
Unit publish(Logging.LogLevel messageLogLevel, Throwable throwable, String messageString)
-
-
-
-