Description
Java applications can write logging calls through one facade while choosing different logging backends such as java.util.logging, Logback, or Log4j. This is useful for libraries that should not force one logging framework on every application.
It is a Java library, not a log viewer. Logging behavior, privacy, and retention depend on the backend and application configuration.