Logging helper


Keywords
log, logger, logging, helper
License
GPL-3.0
Install
pip install pplogger==4.2.0

Documentation

pplogger

Logging helper

PyPI package: pplogger

If you spot any problems or have any improvement ideas then feel free to open an issue and I will be glad to look into it for you.

Installation

A recommended way of installing the module is pip install.

pip install

The tool is available in PyPI and can be installed using pip:

$ pip install --user pplogger

Usage

from pplogger import get_logger

log = get_logger(debug=True)
log.debug('Debug message')