Logging
43- value
taoensso.timbre
An instance satisfying the clojure.tools.logging.impl/LoggerFactory protocol, which allows uniform access to an underl...
valueclojure.tools.logging
Core low-level log fn. Private, don't use!
functiontaoensso.timbre
- macro
taoensso.timbre
- macro
taoensso.timbre
- function
taoensso.timbre
Debug level logging using print-style args. Use the 'logging.readable' namespace to avoid wrapping args in pr-str.
macroclojure.tools.logging
- macro
taoensso.timbre
Debug level logging using format. Use the 'logging.readable' namespace to avoid wrapping args in pr-str.
macroclojure.tools.logging
- macro
taoensso.timbre
Error level logging using print-style args. Use the 'logging.readable' namespace to avoid wrapping args in pr-str.
macroclojure.tools.logging
- macro
taoensso.timbre
Error level logging using format. Use the 'logging.readable' namespace to avoid wrapping args in pr-str.
macroclojure.tools.logging
- macro
taoensso.timbre
Info level logging using print-style args. Use the 'logging.readable' namespace to avoid wrapping args in pr-str.
macroclojure.tools.logging
- macro
taoensso.timbre
Info level logging using format. Use the 'logging.readable' namespace to avoid wrapping args in pr-str.
macroclojure.tools.logging
- macro
taoensso.timbre
Evaluates and logs a message only if the specified level is enabled. See log* for more details.
macroclojure.tools.logging
Core low-level log macro. Useful for tooling/library authors, etc. * `level` - must eval to a valid logging l...
macrotaoensso.timbre
Attempts to log a message, either directly or via an agent; does not check if the level is enabled. For performance...
functionclojure.tools.logging
Logs a message using a format string and args. Can optionally take a throwable as its second arg. See level-specific m...
macroclojure.tools.logging
Logs a message using print style args. Can optionally take a throwable as its second arg. See level-specific macros, e...
macroclojure.tools.logging
Private, don't use. Returns true iff level and ns are runtime unfiltered.
functiontaoensso.timbre
- function
taoensso.timbre
Returns a simple `println` appender for Clojure/Script. Use with ClojureScript requires that `cljs.core/*print-fn*` be...
functiontaoensso.timbre
- function
taoensso.timbre
Prefer `set-min-level!.`
functiontaoensso.timbre
- function
taoensso.timbre
Returns given Timbre `config` with its `:min-level` modified so that the given namespace has the specified minimum log...
functiontaoensso.timbre
Like `set-ns-min-level` but directly modifies `*config*`. Can conveniently set the minimum log level for the curre...
macrotaoensso.timbre
Returns a simple `spit` file appender for Clojure.
functiontaoensso.timbre
Evaluates named form and logs its result. Always returns the result. Defaults to `:debug` logging level, and uneval...
macrotaoensso.timbre
- function
taoensso.timbre
Trace level logging using print-style args. Use the 'logging.readable' namespace to avoid wrapping args in pr-str.
macroclojure.tools.logging
- macro
taoensso.timbre
Trace level logging using format. Use the 'logging.readable' namespace to avoid wrapping args in pr-str.
macroclojure.tools.logging
- macro
taoensso.timbre
Warn level logging using print-style args. Use the 'logging.readable' namespace to avoid wrapping args in pr-str.
macroclojure.tools.logging
- macro
taoensso.timbre
Warn level logging using format. Use the 'logging.readable' namespace to avoid wrapping args in pr-str.
macroclojure.tools.logging
- macro
taoensso.timbre
Prefer `with-min-level`.
macrotaoensso.timbre