Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple logging module that adds utility functions for using Python logging

Example Usage

Using in a typical module

from pi_conf import logs
log = logs.getLogger(__name__)
log.info("Hello log world!")

Set logging across entire application

from pi_conf import logs
logs.set_app_logging("debug")

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages