Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Add error code logging utility to Core Library #15

Open
stefandebruyn opened this issue Aug 15, 2022 · 0 comments
Open

Add error code logging utility to Core Library #15

stefandebruyn opened this issue Aug 15, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@stefandebruyn
Copy link
Owner

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.

@stefandebruyn stefandebruyn added the enhancement New feature or request label Aug 15, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant