Metadata-Version: 2.1
Name: unhandled_exception_logger
Version: 0.0.2
Summary: Log unhandled exceptions as critical
Home-page: https://github.com/karmacomputing/unhandled_exception
Author: Chris Simpson
Author-email: oss@karmacomputing.co.uk
License: UNKNOWN
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Description-Content-Type: text/markdown

# Log Unhandled Exceptions

This package will log unhandled exceptions as a critical error.

# Install

```
pip install unhandled-exception-logger
```

# Usage

```
from unhandled_exception_logger import unhandled_exception_setup

unhandled_exception_setup()
```


Inspired by

- [Insult error](https://github.com/keithfma/insult_error)


