cljs-console icon indicating copy to clipboard operation
cljs-console copied to clipboard

ClojureScript console logging macros

Results 3 cljs-console issues
Sort by recently updated
recently updated
newest added

``` (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.