Liking cljdoc? Tell your friends :D

lsp4clj.protocols.logger


*logger*clj

Optional logger state to avoid having component available everywhere.

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

debugclj

(debug & args)
source

errorclj

(error & args)
source

ILSPLoggercljprotocol

-debugclj

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

-errorclj

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

-infoclj

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

-warnclj

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

set-log-pathclj

(set-log-path _this log-path)

setupclj

(setup this)
source

infoclj

(info & args)
source

set-logger!clj

(set-logger! logger)
source

warnclj

(warn & args)
source

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

× close