We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I try to replace std.experimental.logger with vibe.core.log. One thing I miss is a function to get the log level which I set with:
vibe-core/source/vibe/core/log.d
Line 30 in a170973
Depending on the log level I want to switch on some log related logic. Can it be added?
The text was updated successfully, but these errors were encountered:
d572aef
Merge pull request #280 from vibe-d/issue_235_getloglevel
55e8e85
Add getLogLevel as a counterpart to setLogLevel. Fixes #235.
Add getLogLevel as a counterpart to setLogLevel. Fixes vibe-d#235.
7592b2a
No branches or pull requests
I try to replace std.experimental.logger with vibe.core.log. One thing I miss is a function to get the log level which I set with:
vibe-core/source/vibe/core/log.d
Line 30 in a170973
Depending on the log level I want to switch on some log related logic. Can it be added?
The text was updated successfully, but these errors were encountered: