mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 11:42:52 +01:00
That last commit wouldn't be much fun without this one.
This commit is contained in:
parent
42f9ea9bfc
commit
835ee14640
@ -283,6 +283,10 @@ error = _logger.error
|
|||||||
critical = _logger.critical
|
critical = _logger.critical
|
||||||
exception = _logger.exception
|
exception = _logger.exception
|
||||||
|
|
||||||
|
# These were just begging to be replaced.
|
||||||
|
registry.error = error
|
||||||
|
registry.exception = exception
|
||||||
|
|
||||||
def stat(*args):
|
def stat(*args):
|
||||||
level = conf.supybot.log.statistics()
|
level = conf.supybot.log.statistics()
|
||||||
_logger.log(level, *args)
|
_logger.log(level, *args)
|
||||||
|
Loading…
Reference in New Issue
Block a user