lambdaisland / glogi

A ClojureScript logging library based on goog.log
Mozilla Public License 2.0
119 stars 13 forks source link

Fix variable reference and check that logging is enabled #4

Closed vidraj closed 4 years ago

vidraj commented 4 years ago

It seems that the arity-2 overload of logger references cljs.core/name instead of its parameter n by accident.

plexus commented 4 years ago

Thanks, releasing as 1.0-55. For future PRs please consider adding an entry to the CHANGELOG. Thanks!