Liking cljdoc? Tell your friends :D

huon.log


consolecljs

source

debugclj/smacro

(debug & args)

Evaluate and log args if level >= :debug

Evaluate and log args if level >= :debug
sourceraw docstring

enable!cljs

(enable!)

Start capturing console output. Apps that want to display log output should call this function, but libraries that depend on Huon for logging should not.

Start capturing console output. Apps that want to display log output should
call this function, but libraries that depend on Huon for logging should not.
sourceraw docstring

errorclj/smacro

(error & args)

Evaluate and log args if level >= :error

Evaluate and log args if level >= :error
sourceraw docstring

infoclj/smacro

(info & args)

Evaluate and log args if level >= :info

Evaluate and log args if level >= :info
sourceraw docstring

log*cljs

(log* logger-name level msg-fn)
source

set-level!cljs

(set-level! logger-or-name level)

Set a per-namespace logging level. This overrides the level defined by (set-root-level!).

Set a per-namespace logging level. This overrides the level defined by
(set-root-level!).
sourceraw docstring

set-root-level!cljs

(set-root-level! level)

Set the global logging threshold. This can be overridden on a per-namespace basis with (set-level!).

Set the global logging threshold. This can be overridden on a per-namespace
basis with (set-level!).
sourceraw docstring

warnclj/smacro

(warn & args)

Evaluate and log args if level >= :warn

Evaluate and log args if level >= :warn
sourceraw docstring

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

× close