September 2015
Intermediate to advanced
198 pages
4h 52m
English
Logging is a prevalent activity that almost all non-trivial applications do. Logging calls are quite frequent, hence it is important to make sure our logging configuration is tuned well for performance. If you are not familiar with logging systems (especially on the JVM), you may want to take some time to get familiar with those first. We will cover the use of clojure/tools.logging, SLF4J
and LogBack
libraries (as a combination) for logging, and look into how to make them perform well:
Besides SLF4J/LogBack, there are several logging libraries to choose from in the Clojure application, for example ...
Read now
Unlock full access