Skip to main content

An easy to use helper pip package to help you log details at any point in code.

Project description

plain_logger - Make logging simple and easy

An easy to use helper pip package to help you log details at any point in code.

Assumptions

  • Assuming python is installed on your system.

Installation

Install plain_logger on your system using :

pip install plain_logger

Usage

LogInfo

Logs data with 'INFO' tag.

Example:

from simple_logger import LogInfo

def foo():
    fname = "John"
    lname = "Doe"
    LogInfo ("Name = {} {}".format(fname, lname))

Output:

[2019-01-25 19:30:02] INFO: Name = John Doe

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

plain_logger-0.1.3-py3-none-any.whl (3.1 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