Example #1
0
 def write(self, text):
     """
     @see Output.write
     """
     if text:
         LOG.log(self._level, str(text))
Example #2
0
 def write(self, text):
     '''
     @see Output.write
     '''
     if text:
         LOG.log(self._level, str(text))