mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-26 20:14:20 +01:00
Removed printf and verbose. Just use debug instead.
This commit is contained in:
parent
1f441c54bd
commit
e1b0d7d8a4
10
src/log.py
10
src/log.py
@ -173,16 +173,6 @@ error = _logger.error
|
|||||||
critical = _logger.critical
|
critical = _logger.critical
|
||||||
exception = _logger.exception
|
exception = _logger.exception
|
||||||
|
|
||||||
printf = curry(_logger.log, 1)
|
|
||||||
logging.PRINTF = 1
|
|
||||||
logging._levelNames['PRINTF'] = logging.PRINTF
|
|
||||||
logging._levelNames[logging.PRINTF] = 'PRINTF'
|
|
||||||
|
|
||||||
verbose = curry(_logger.log, 5)
|
|
||||||
logging.VERBOSE = 5
|
|
||||||
logging._levelNames['VERBOSE'] = logging.VERBOSE
|
|
||||||
logging._levelNames[logging.VERBOSE] = 'VERBOSE'
|
|
||||||
|
|
||||||
atexit.register(logging.shutdown)
|
atexit.register(logging.shutdown)
|
||||||
|
|
||||||
def getPluginLogger(name):
|
def getPluginLogger(name):
|
||||||
|
Loading…
Reference in New Issue
Block a user