Set the target handler for this handler.
(self, target)
| 1403 | (record.levelno >= self.flushLevel) |
| 1404 | |
| 1405 | def setTarget(self, target): |
| 1406 | """ |
| 1407 | Set the target handler for this handler. |
| 1408 | """ |
| 1409 | with self.lock: |
| 1410 | self.target = target |
| 1411 | |
| 1412 | def flush(self): |
| 1413 | """ |
no outgoing calls