Skip to main content

A package for create debug modules

Project description

Python Debug Module

Install

pip install debuggerModule

Example

from debugger import getLogger
#log filename option
DEBUG = getLogger('filename')
DEBUG.INFO("log")

Types

  1. DEBUG.DEBUG: green
  2. DEBUG.INFO: blue
  3. DEBUG.WARNING: yellow
  4. DEBUG.ERROR: red
  5. DEBUG.CRITICAL: bold red

PyPi page: (https://pypi.org/project/debuggerModule/)

Change Log

0.1 (14/02/2022)

  • First Release

0.3 (15/02/2022)

  • Add new feature save to log file

0.4 (15/02/2022)

  • Update setup.py README format

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

debuggerModule-0.4.tar.gz (3.7 MB view hashes)

Uploaded Source

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