You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.
It would be useful to have a utility for logging error codes. There are several things we might want to do with error codes:
Log them to the state vector or an output stream
Count them
Latch them (i.e., raise a flag when the error is first seen, and clear the flag when it ceases)
Evaluate which of these is most useful, if not all of them. Design and implement an error logging utility. Future work may also build error logging into other Core Library components like IExecutors.
The text was updated successfully, but these errors were encountered:
It would be useful to have a utility for logging error codes. There are several things we might want to do with error codes:
Evaluate which of these is most useful, if not all of them. Design and implement an error logging utility. Future work may also build error logging into other Core Library components like
IExecutor
s.The text was updated successfully, but these errors were encountered: