Metadata-Version: 2.1
Name: printolog
Version: 0.1
Summary: Python decorator that makes functions use a logger instead of print.
Home-page: https://github.com/LucasGronlund/PrinToLog
Author: Lucas Grönlund
Author-email: lucasgronlund@gmail.com
License: MIT
Keywords: logging,decorator,print
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown

# PrinToLog

A decorator that will make calls to print within the decorated function be logged instead.

Supports custom logging handlers.

See `example.py` for examples.


