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

Check if the logger/error handler is bullet-proof #10

Open
svinniks opened this issue Jul 30, 2018 · 0 comments
Open

Check if the logger/error handler is bullet-proof #10

svinniks opened this issue Jul 30, 2018 · 0 comments

Comments

@svinniks
Copy link
Owner

Both logger and error handler may not fail with an exception. Especially protection against unhandled exceptions must be developed while calling custom handlers/formatters/resolvers.
The main goal is to avoid exception handling at all. For example, when there is an attempt to register a NULL handler it is better to do nothing, rather than to raise an exception, therefore making it impossible to initialize the LOG$ package.
It would be very nice to have some table which would log exceptions raised from the handlers/resolvers/formatters.

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