Skip to main content

My Own Logger Package to throw done/warn/error/critical(error + exit) messages

Project description

ZeroLogger

ZeroLogger is a simple logger i made for my projects its simple and helps me alot keeping the output clean and smooth.

u can use:

  • done_task("Lorem") - to show something worked fine

  • warn("Ipsum") - to show a warning

  • error("Dorem") - to show a non critical error

  • critical("FCK") - Shows a Critical error and quit the "programm"

How to use:

  • import using:
          from ZeroLogger.ZeroLogger import *
  • now u can just use:
done_task("Finished")
warn("oh oh something is wrong")
error("Okay i cant handle this, but i can go on...")
critical("Icant handle it EXIT! NOW!")

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

ZeroLogger-1.1.3.tar.gz (1.9 kB view hashes)

Uploaded Source

Built Distribution

ZeroLogger-1.1.3-py3-none-any.whl (2.3 kB view hashes)

Uploaded Python 3

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