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