Liking cljdoc? Tell your friends :D

clojure-lsp.logger


*logger*clj

Optional logger state to avoid having component available everywhere.

Optional logger state to avoid having component available everywhere.
sourceraw docstring

debugcljmacro

(debug & args)
source

errorcljmacro

(error & args)
source

ILoggercljprotocol

-debugclj

(-debug this fmeta arg1)
(-debug this fmeta arg1 arg2)
(-debug this fmeta arg1 arg2 arg3)

-errorclj

(-error this fmeta arg1)
(-error this fmeta arg1 arg2)
(-error this fmeta arg1 arg2 arg3)

-infoclj

(-info this fmeta arg1)
(-info this fmeta arg1 arg2)
(-info this fmeta arg1 arg2 arg3)

-warnclj

(-warn this fmeta arg1)
(-warn this fmeta arg1 arg2)
(-warn this fmeta arg1 arg2 arg3)

set-log-pathclj

(set-log-path _this log-path)

setupclj

(setup this)
source

infocljmacro

(info & args)
source

set-logger!clj

(set-logger! logger)
source

warncljmacro

(warn & args)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close