BNMetrics / logme

Python Logging For Humans (Also supports configurable color logging for the terminal!)
Other
534 stars 21 forks source link

global logging #17

Open ghost opened 5 years ago

ghost commented 5 years ago

I see its possible to use inside a function or class, but is it possible at global level? other projects offer this:

from logzero import logger
logger.info('abcde')
logger.warning('abcde')
logger.error('abcde')
BNMetrics commented 5 years ago

This is a good idea! :) I can start working on this soon. Or, would you like to add this feature? :)