예제 #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)