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