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
std.logger provides a poor out-of-the-box experience.
std.logger
Its hello-world example seems to be a no-op to the unsuspecting user as it prints nothing in the default configuration.
Furthermore, certain information in the docs is plain wrong as it never got updated throughout the revisions the code received.
The default Logger will by default log to stderr and has a default LogLevel of LogLevel.all.
Logger
stderr
LogLevel
LogLevel.all
This is wrong.
These issues sum up and lead to confusion (#10573) and scorn.
The text was updated successfully, but these errors were encountered:
Fix dlang#10581 – std.logger has an ostensibly broken example and w…
a2b3ee3
…rong docs Co-authored-by: Elias Batek <desisma@heidel.beer>
b3aee4d
8973596
0xEAB
Successfully merging a pull request may close this issue.
std.logger
provides a poor out-of-the-box experience.Its hello-world example seems to be a no-op to the unsuspecting user as it prints nothing in the default configuration.
Furthermore, certain information in the docs is plain wrong as it never got updated throughout the revisions the code received.
This is wrong.
These issues sum up and lead to confusion (#10573) and scorn.
The text was updated successfully, but these errors were encountered: