(-debug-Marker-String-Object-Object this__2838__auto__ & args3851)
(-debug-Marker-String-Throwable this__2838__auto__ & args3987)
(-error-Marker-String-Object-Object this__2838__auto__ & args2981)
(-error-Marker-String-Throwable this__2838__auto__ & args3117)
(-info-Marker-String-Object-Object this__2838__auto__ & args3561)
(-log this marker fqcn level-const fmt arg-array t)
-log method of LocationAwareLogger interface used by log4j-over-slf4j etc
-log method of LocationAwareLogger interface used by log4j-over-slf4j etc
(-trace-Marker-String-Object-Object this__2838__auto__ & args4141)
(-trace-Marker-String-Throwable this__2838__auto__ & args4277)
(-warn-Marker-String-Object-Object this__2838__auto__ & args3271)
(define-methods method-name level)
Defines the various overloads for a given logging method (e.g., -info). Several have the same arity so we use an undocumented Clojure feature [1] to specify their type signatures. This macro expands into a (do ...) sexpr containing a defn for each of the ten variants declared in the Logger interface. [1] https://groups.google.com/d/embed/msg/clojure/KmNbLo8xTSs/d1Rs3Cs6DbAJ
Defines the various overloads for a given logging method (e.g., -info). Several have the same arity so we use an undocumented Clojure feature [1] to specify their type signatures. This macro expands into a (do ...) sexpr containing a defn for each of the ten variants declared in the Logger interface. [1] https://groups.google.com/d/embed/msg/clojure/KmNbLo8xTSs/d1Rs3Cs6DbAJ
If non-nil, logging calls we make will be wrapped with timbre/with-level
using the level keyword set here.
We use this to raise the minimum logging level to a sensibly high value until the timbre end user is able to set their own config.
If non-nil, logging calls we make will be wrapped with `timbre/with-level` using the level keyword set here. We use this to raise the minimum logging level to a sensibly high value until the timbre end user is able to set their own *config*.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close