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