See: Description
Package | Description |
---|---|
org.logl |
API for logl.
|
org.logl.jul |
java.util.logging (JUL) backed logging implementation for logl. |
org.logl.log4j2 |
log4j2 backed logging implementation for logl.
|
org.logl.logl |
Simple logging implementations for logl.
|
org.logl.slf4j |
slf4j backed logging implementation for logl.
|
org.logl.vertx |
A Vert.x
LogDelegateFactory implementation backed by logl. |
Logl aims to provide a very simple logging API for use inside libraries and other distributable components. It does not use global singletons, XML configuration files, fancy classloader tricks, complex introspection, or anything else that can create challenges when integrating libraries into larger applications.
The API for logl is available by including the org.logl:api library (logl-api.jar).
For applications using libraries that depend on logl, there are bridges available to route logging done through logl into your favourite application logging framework. Logl also includes some very lightweight logging implementations for simple use cases.