cljs-console
cljs-console copied to clipboard
ClojureScript console logging macros
``` (log/group- "event processed '(name (first event-v)) ('(count event-q)))" (log/debug "~{event-v} events remaining: #(count event-q)")) ``` When compiled for level warn, the group- message is in the compiled code when...
I noticed some warning when I am using this in conjunction with another `adzerk/env` in the deps. I can use `:exclusions` but I was wondering whether we can bump it?...
I also was wondering if the newline is an expected behavior.