mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 19:22:45 +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
|
||||
exception = _logger.exception
|
||||
|
||||
# These were just begging to be replaced.
|
||||
registry.error = error
|
||||
registry.exception = exception
|
||||
|
||||
def stat(*args):
|
||||
level = conf.supybot.log.statistics()
|
||||
_logger.log(level, *args)
|
||||
|
Loading…
Reference in New Issue
Block a user