ex-info
— might include stack traceSystem.getNanos
offset by initial getCurrentTimeMillis
stdout
(default for levels not going to stderr
)stderr
(default for warn
and error
levels)A sub-microsecond Java logger that logs to Chronicle Queue
.
Loggers can affect your system performance, therefore logging is sometimes kept to a minimum, With chronicle we aim to eliminate this added overhead, freeing your system to focus on the business logic. Chronicle logger is built on Chronicle Queue. It provides multiple Chronicle Queue adapters and is a low latency, high throughput synchronous writer. ... Unlike asynchronous writers, you will always see the last message before the application dies. The last message is often the most valuable.
A useful abstraction.
SLF4J is the fix/replacement for JCL.
java.util.logging.*
(JUL)Reportedly difficult to use.
Another façade.
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close