Skip to content

djkelleher/quicklogs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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