Skip to main content

A simple logger for Python

Project description

Logthon

A simple logger for Python

Getting Started

These instructions will install the logger to your machine.

Prerequisites

  • Python3
  • PIP3

Installation

pip3 install logthon

Usage

Import

from logthon.logthon import Logthon as Logger

Logthon = Logger()

Info level

Logthon.info('This is an info log')

Warn level

Logthon.warn('This is a warn log')

Error level

Logthon.error('This is an error log')

Success level

Logthon.success('This is a success log')

Critical level

Logthon.critical('This is a critical log')

Debug level

Logthon.debug('This is a debug log')

Contributing

Please read CONTRIBUTING.md for details on code of conduct, and the process for submitting pull requests.

License

This project is licensed under the GNU General Public License v3 (GPLv3), read LICENSE for details

Author

  • Giuseppe "mastrobirraio" Matranga - Initial work - Github

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

logthon-2.0.0.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

logthon-2.0.0-py3-none-any.whl (16.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