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.
(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.
(error & data)
output an ERROR level message to the logger
output an ERROR level message to the logger
(info & data)
output an INFO level message to the logger
output an INFO level message to the logger
(value-message msg val)
Include a pretty-printed cljs value as a string with the given text message.
Include a pretty-printed cljs value as a string with the given text message.
(warn & data)
output a WARNING level message to the logger
output a WARNING level message to the logger
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close