-
Notifications
You must be signed in to change notification settings - Fork 74
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
Way to change logger name #238
Comments
These seems nice. Is anyone else sure how this translates to any backends other than slf4j? |
Good question, I’ll try to prototype this in a PR |
I feel that the canonical way of dealing with logger names would be passing a The suggested |
Yup, I think a |
It would be nice for me to change the name of a passed
Logger
instance so I can differentiate across classes.I think a method like
def withName(s: String): Logger[F]
would do
WDYT?
The text was updated successfully, but these errors were encountered: