Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

easylog

Easy configuration for python logging. Configure a logger so that ERROR ends up on stderr and everything else on stdout.

Usage:

import logging
import easylog

logger = logging.getLogger()
easylog.configure_logger(logger)

logger.info(...)        # -> stdout
logger.error(...)       # -> stderr

About

Easy configuration for python logging

Topics

Resources

Stars

0 stars

Watchers

35 watching

Forks

Releases

Packages

Used by

Contributors

Languages