Пример #1
0
 def error(self, text, exc_info=None):
     zLOG(ident, ERROR, text, error=exc_info)
Пример #2
0
 def info(self, text, exc_info=None):
     zLOG(ident, INFO, text, error=exc_info)
Пример #3
0
 def warn(self, text, exc_info=None):
     zLOG(ident, WARNING, text, error=exc_info)
Пример #4
0
 def debug(self, text, exc_info=None):
     zLOG(ident, BLATHER, text, error=exc_info)
Пример #5
0
 def error(self, text, exc_info=None):
     zLOG(ident, ERROR, text, error=exc_info)
Пример #6
0
 def warn(self, text, exc_info=None):
     zLOG(ident, WARNING, text, error=exc_info)
Пример #7
0
 def info(self, text, exc_info=None):
     zLOG(ident, INFO, text, error=exc_info)
Пример #8
0
 def debug(self, text, exc_info=None):
     zLOG(ident, BLATHER, text, error=exc_info)