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

Logging stream #127

Open
cyanskies opened this issue Sep 12, 2022 · 1 comment
Open

Logging stream #127

cyanskies opened this issue Sep 12, 2022 · 1 comment

Comments

@cyanskies
Copy link
Owner

rather than rebinding sf::Err inside functions and then restoring it before return; create a logging stream and bind it to sf::Err at the start of the program. then it'll capture everything properly

@cyanskies
Copy link
Owner Author

Messages in this stream are seperated by std::endl so we can use that to find the end of the message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant