Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 319 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 319 Bytes

Easily create and configure Python loggers from single function call, optionally using environment variable instead of function arguments.

Install

pip install quicklogs

Usage

There is one function: get_logger

from quicklogs import get_logger

See arguments and docs