Skip to content
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

Add overloaded "isEnabled" method that takes loggerClassName instead of callerDepth #381

Closed
q3769 opened this issue Feb 22, 2023 · 1 comment

Comments

@q3769
Copy link
Contributor

q3769 commented Feb 22, 2023

boolean isEnabled(int depth, String tag, Level level);

Would be nice if a corresponding

boolean isEnabled(String loggerClassName, String tag, Level level);

method can be added.

@pmwmedia pmwmedia changed the title feature request: add overloaded "isEnabled" method that takes loggerClassName instead of callerDepth Add overloaded "isEnabled" method that takes loggerClassName instead of callerDepth Feb 26, 2023
@pmwmedia
Copy link
Member

Fixed in #383

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

2 participants