(console level & args)
(get-loggers)
Get the current logging functions used by re-frame.
Get the current logging functions used by re-frame.
(log level & args)
(set-loggers! new-loggers)
Change the set (or a subset) of logging functions used by re-frame.
new-loggers
should be a map with the same keys as loggers
(above)
Change the set (or a subset) of logging functions used by re-frame. `new-loggers` should be a map with the same keys as `loggers` (above)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close