示例#1
0
 def write(self, text):
     """
     @see Output.write
     """
     if text:
         LOG.log(self._level, str(text))
示例#2
0
文件: io.py 项目: blundercon/dexter
 def write(self, text):
     '''
     @see Output.write
     '''
     if text:
         LOG.log(self._level, str(text))