Created
September 8, 2011 08:38
-
-
Save neotyk/1202938 to your computer and use it in GitHub Desktop.
Logging using wrong *ns*
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
user=> (use 'clojure.tools.logging) | |
nil | |
user=> (info "abc") | |
Sep 8, 2011 10:37:34 AM clojure.tools.logging$eval319$fn__320 invoke | |
INFO: abc | |
nil |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment