Liking cljdoc? Tell your friends :D

fulcro.client.logging

DEPRECATED: Will be removed in a future release. As of version 2.5, this is just a facade on top of fulcro.logging that delegates to it.

DEPRECATED: Will be removed in a future release. As of version 2.5, this is just a facade on top of fulcro.logging that
delegates to it.
raw docstring

debugclj

(debug value)
(debug msg value)

Print a debug message to the logger which includes a value. Returns the value (like identity) so it can be harmlessly nested in expressions.

Print a debug message to the logger which includes a value.
Returns the value (like identity) so it can be harmlessly nested in expressions.
raw docstring

errorclj

(error & data)

output an ERROR level message to the logger

output an ERROR level message to the logger
raw docstring

infoclj

(info & data)

output an INFO level message to the logger

output an INFO level message to the logger
raw docstring

set-levelclj


value-messageclj

(value-message msg val)

warnclj

(warn & data)

output a WARNING level message to the logger

output a WARNING level message to the logger
raw docstring

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

× close