Binary package “libstructured-logging-clojure” in ubuntu oracular

Write data structures to your logs from Clojure

 structured-logging is a library that helps you to:
 .
 * write arbitrary JSON to your logs, making it easier to interface
   with log analysis tools
 * write messages to arbitrarily named loggers, instead of just the one
   named after the namespace in which the log statement appears
 .
 It is built on clojure.tools.logging, but it only works with logback.