logme
logme copied to clipboard
global logging
trafficstars
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')
This is a good idea! :) I can start working on this soon. Or, would you like to add this feature? :)