Set the target handler for this handler.
(self, target)
| 1423 | (record.levelno >= self.flushLevel) |
| 1424 | |
| 1425 | def setTarget(self, target): |
| 1426 | """ |
| 1427 | Set the target handler for this handler. |
| 1428 | """ |
| 1429 | with self.lock: |
| 1430 | self.target = target |
| 1431 | |
| 1432 | def flush(self): |
| 1433 | """ |
no outgoing calls