-
- All Implemented Interfaces:
public final class JulAdapter extends Logging.Logger
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classJulAdapter.Companion
-
Constructor Summary
Constructors Constructor Description JulAdapter(String name)
-
Method Summary
Modifier and Type Method Description final LoggergetJulLogger()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
-
JulAdapter
JulAdapter(String name)
-
-
Method Detail
-
getJulLogger
final Logger getJulLogger()
-
isEnabled
Boolean isEnabled(Logging.LogLevel level)
-
publish
Unit publish(Logging.LogLevel messageLogLevel, Throwable throwable, String messageString)
-
-
-
-