Any recommendations?
If you have a library then all the invocations appear to come from that library in js/console rather than the call site of the log/info invocation. OK, macros solve this problem, except we can't do that in clojurescript.
js/console it is :).
(enable-console-print!)
(prn :test)
(println :test2)
(print :test3)