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

Create exits, which just logs and exits, but not panics #1

Open
najamelan opened this issue Mar 10, 2019 · 0 comments
Open

Create exits, which just logs and exits, but not panics #1

najamelan opened this issue Mar 10, 2019 · 0 comments

Comments

@najamelan
Copy link
Owner

najamelan commented Mar 10, 2019

This can be usefull if you just want to exit with an error, without panicking, as well as when you want to set up a panic hook that logs all panics, and when unwraps logs, you don't want to do that twice...

exits -> just takes log
exitc -> takes log, u8 exit code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment