-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support logger.error(message: String, t:Throwable) #8
Comments
This is an interesting suggestion. I'm not in love with having two ways of doing the same thing, so I'll have to give it some thought. One Idea I have would be to have an extra |
+1 to the compat interface. That would greatly ease adoption on legacy code without polluting "The Log4s Way." |
All right, a I've also been planning to add support for SLF4J's I'll probably have time to get to this enhancement by the end of the year. |
Is marker support still planned? |
@larsrh I haven't heard too much interest in markers, but if you have a use case then I will take another look at how to add these in. I don't think it's difficult, I just need to consider what the API should look like and write the macros. |
I don't need it right away, it's just something somewhere on my to-do-list. The use case is to support different "log sections" of a system, i.e., I want to declare that "trees" and "types" should be logged in my application. |
For easier migration from eg. Scala-Logging or SLF4J.
The text was updated successfully, but these errors were encountered: