You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @gja,
I have run across your project while checking for an Clojure-friendly binding to Log4j2.
Exploring the code it seems like you have things good enough here 😄 !
A couple of questions, one is about the version, I see there is 0.2.0 on Clojars but 0.1.1 in the README. Second, does it support custom logging levels? clojure.loggingthrows if the level is not the expected one, which is of course no good.
Thanks a lot and I'll try the lib out ;)
The text was updated successfully, but these errors were encountered:
Oops, thanks for catching that the README and project.clj are out of sync. Will fix that. I haven't really tried custom logging levels, but I think it should work fine.
Hello @gja,
I have run across your project while checking for an Clojure-friendly binding to Log4j2.
Exploring the code it seems like you have things good enough here 😄 !
A couple of questions, one is about the version, I see there is
0.2.0
on Clojars but0.1.1
in the README. Second, does it support custom logging levels?clojure.logging
throws if the level is not the expected one, which is of course no good.Thanks a lot and I'll try the lib out ;)
The text was updated successfully, but these errors were encountered: