Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 523 Bytes

File metadata and controls

24 lines (18 loc) · 523 Bytes

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')