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