-
Notifications
You must be signed in to change notification settings - Fork 30
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
Remove diagnostics #957
Remove diagnostics #957
Conversation
This reverts commit 52c739a.
launch jenkins |
launch jenkins |
Daint is locked down, but I tested this elsewhere in the docker env and it works. Should be ready for a review whenever you have a chance, @twicki. |
launch jenkins |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor points
launch jenkins |
launch jenkins |
launch jenkins |
launch jenkins |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Technical Description
Removes the diagnostics objects and generally cleans up printing log messages, e.g. all "raw"
std::cout
calls inside dawn are removed and replaced by general ostreams that are hooked up to use thedawn::log::{info,warn,error}.stream()
std::ostream
s.Resolves / Enhances
Resolves #950.
Dependencies
Depends on #955 and #956.