taoensso.timbre.tools.logging
`clojure.tools.logging.impl/Logger` implementation.
Please note that the tools.logging API has some significant limits
that native Timbre does not. Would strongly recommend against using
Timbre through tools.logging unless you absolutely must (e.g. you're
working with a legacy codebase).
->Logger
(->Logger logger-ns-str timbre-config)
Positional factory function for class taoensso.timbre.tools.logging.Logger.
->LoggerFactory
(->LoggerFactory get-logger-fn)
Positional factory function for class taoensso.timbre.tools.logging.LoggerFactory.
use-timbre
(use-timbre)
(use-timbre timbre-config)
Sets the root binding of `clojure.tools.logging/*logger-factory*`
to use Timbre.