(self)
| 291 | self.level(message.replace("\n", "")) |
| 292 | |
| 293 | def flush(self): |
| 294 | # create a flush method so things can be flushed when |
| 295 | # the system wants to. Not sure if simply 'printing' |
| 296 | # sys.stderr is the correct way to do it, but it seemed |
| 297 | # to work properly for me. |
| 298 | self.level(sys.stderr) |
no test coverage detected