Example #1
0
 def info(self,*a):
     return center.center().console.info(*a)
Example #2
0
 def debug(self,*a):
     return center.center().console.debug(*a)
Example #3
0
 def error(self,*a):
     return center.center().console.error(*a)
Example #4
0
 def info(self, *a):
     return center.center().console.info(*a)
Example #5
0
 def debug(self, *a):
     return center.center().console.debug(*a)
Example #6
0
 def error(self, *a):
     return center.center().console.error(*a)