-
- All Implemented Interfaces:
public final class JulAdapter extends Logger
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classJulAdapter.Companion
-
Field Summary
Fields Modifier and Type Field Description private Logging.LogLevellogLevelprivate final Stringnameprivate final BooleansupportLevelConfiguration
-
Constructor Summary
Constructors Constructor Description JulAdapter(String name)
-
Method Summary
Modifier and Type Method Description Logging.LogLevelgetLogLevel()UnitsetLogLevel(Logging.LogLevel logLevel)BooleanisEnabled(Logging.LogLevel level)Unitpublish(Logging.LogLevel messageLogLevel, Throwable throwable, String messageString)-
Methods inherited from class de.gmuth.log.Logger
debug, debug, debug, error, error, error, getName, getSupportLevelConfiguration, info, info, info, log, log, logWithCauseMessages, 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
-
JulAdapter
JulAdapter(String name)
-
-
Method Detail
-
getLogLevel
Logging.LogLevel getLogLevel()
-
setLogLevel
Unit setLogLevel(Logging.LogLevel logLevel)
-
isEnabled
Boolean isEnabled(Logging.LogLevel level)
-
publish
Unit publish(Logging.LogLevel messageLogLevel, Throwable throwable, String messageString)
-
-
-
-