(debug & args)
Evaluate and log args if level >= :debug
Evaluate and log args if level >= :debug
(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.
(error & args)
Evaluate and log args if level >= :error
Evaluate and log args if level >= :error
(info & args)
Evaluate and log args if level >= :info
Evaluate and log args if level >= :info
(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!).
(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!).
(warn & args)
Evaluate and log args if level >= :warn
Evaluate and log args if level >= :warn
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close