logme icon indicating copy to clipboard operation
logme copied to clipboard

global logging

Open ghost opened this issue 6 years ago • 1 comments
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')

ghost avatar May 18 '19 04:05 ghost

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

BNMetrics avatar May 22 '19 18:05 BNMetrics