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/s

(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.
sourceraw docstring

errorclj/s

(error & data)

output an ERROR level message to the logger

output an ERROR level message to the logger
sourceraw docstring

infoclj/s

(info & data)

output an INFO level message to the logger

output an INFO level message to the logger
sourceraw docstring

set-levelclj/s

source

value-messageclj/s≠

(value-message msg val)
cljs

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.
source (clj)source (cljs)raw docstring

warnclj/s

(warn & data)

output a WARNING level message to the logger

output a WARNING level message to the logger
sourceraw docstring

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

× close