Set the factory to be used when instantiating a log record with this Manager.
(self, factory)
| 1404 | self.loggerClass = klass |
| 1405 | |
| 1406 | def setLogRecordFactory(self, factory): |
| 1407 | """ |
| 1408 | Set the factory to be used when instantiating a log record with this |
| 1409 | Manager. |
| 1410 | """ |
| 1411 | self.logRecordFactory = factory |
| 1412 | |
| 1413 | def _fixupParents(self, alogger): |
| 1414 | """ |
no outgoing calls