java.util.logging
(JUL) backed logging implementation for logl.See: Description
Class | Description |
---|---|
JULLogger |
An implementation of a
Logger that delegates logging to a java.util.logging.Logger . |
JULLoggerProvider |
An implementation of a
LoggerProvider that delegates to LogManager . |
java.util.logging
(JUL) backed logging implementation for logl.
Classes in this package are available in logl-jul.jar
, or when including the gradle dependency
'org.logl:logl-jul'.