Skip to main content

Error Handling and Logging Toolkit for Python

Project description

README.md

Error Handling and Logging Toolkit for Python

A Python toolkit that provides enhanced error handling and logging capabilities, making it easier to identify and debug runtime errors when they occur.

Features

  • Custom error handling with CustomError class.

  • Flexible error logging with customizable log formats.

  • Example usage and unit tests included.

Installation

You can install the toolkit using pip:

pip install py-error-handling-toolkit

Usage

Here's how you can use the toolkit in your Python code:

from toolkit.error_handler import CustomError, handle_error

from toolkit.logger import setup_logger



# Initialize the logger

logger = setup_logger('error.log')



try:

    # Code that may raise exceptions

    raise CustomError("This is a custom error.")

except CustomError as ce:

    handle_error(ce, log_function=logger.error)

except Exception as e:

    handle_error(e, log_function=logger.error)

else:

    logger.info("No errors occurred.")

For more detailed usage instructions, see the full documentation.

Contributing

Contributions are welcome! Please check out the contribution guidelines for details on how to contribute to this project.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python-error-1.0.7.tar.gz (2.2 kB view details)

Uploaded Source

Built Distribution

python_error-1.0.7-py3-none-any.whl (1.9 kB view details)

Uploaded Python 3

File details

Details for the file python-error-1.0.7.tar.gz.

File metadata

  • Download URL: python-error-1.0.7.tar.gz
  • Upload date:
  • Size: 2.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.3

File hashes

Hashes for python-error-1.0.7.tar.gz
Algorithm Hash digest
SHA256 adb0864a8dba8756f68a54a9119406cc17ca334fbdff380d8bd06fe4bde258b8
MD5 9f3fc9f55c29fd1d71b671dc66fd8025
BLAKE2b-256 f6544c9d8afb6af4a2a0c6c9277360dadef676c13efe2c6f1400cd165ff52f76

See more details on using hashes here.

File details

Details for the file python_error-1.0.7-py3-none-any.whl.

File metadata

File hashes

Hashes for python_error-1.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 18d80a775dbc8716ce533acdebde0a38c652f2fa34083adf95552442e32c3d61
MD5 81f3e426f21fdceb36836a504752b140
BLAKE2b-256 dae354a717583df375498aa1d6651ea797c268124037d117deff696e86da88ff

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page