(-debug-Marker-String-Object-Object this__1004__auto__ & args1734)
(-debug-Marker-String-Throwable this__1004__auto__ & args1828)
(-error-Marker-String-Object-Object this__1004__auto__ & args1104)
(-error-Marker-String-Throwable this__1004__auto__ & args1198)
(-info-Marker-String-Object-Object this__1004__auto__ & args1524)
(-trace-Marker-String-Object-Object this__1004__auto__ & args1944)
(-trace-Marker-String-Throwable this__1004__auto__ & args2038)
(-warn-Marker-String-Object-Object this__1004__auto__ & args1314)
(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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close