-
Notifications
You must be signed in to change notification settings - Fork 6
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
Logger should exit if an ERROR-level log is received #11
Comments
What do you mean by "Logger should exit?" Shouldn't the caller function be responsible for terminating the program, if necessary? |
If we receive an error-level log, it means the game can't continue on, so it should exit. Calling |
We should probably make an |
We have one, it's called |
So if the severity of a log is Error, the logger should call |
Exactly. @jackie777seven , look at Jake's latest comment for what to do. (However, keep in mind that |
No description provided.
The text was updated successfully, but these errors were encountered: