Logging API and engine
Klogging provides both a logging API to call from your code and a back-end to process log events and send them to one or more destinations. In that way it is like Log4j in Java.
Using other logging frameworks
Klogging can cooperate with other logging frameworks, as the logging engine for:
- Simple Logging Facade for Java (SLF4J). See Using Klogging with SLF4J for how to do that.
- Java Platform Logging API. See JDK Platform Logging for how to do that.