Searched refs:setLogRecordFactory (Results 1 – 6 of 6) sorted by relevance
388 def setLogRecordFactory(factory): function1265 def setLogRecordFactory(self, factory): member in Manager
707 set using :func:`getLogRecordFactory` and :func:`setLogRecordFactory`720 logging.setLogRecordFactory(record_factory)917 This function has been provided, along with :func:`setLogRecordFactory`,921 See :func:`setLogRecordFactory` for more information about the how the1197 .. function:: setLogRecordFactory(factory)
3214 man.setLogRecordFactory(expected)3260 logging.setLogRecordFactory(self.orig_factory)3265 logging.setLogRecordFactory(DerivedLogRecord)
2086 public void setLogRecordFactory(LogRecordFactory logRecordFactory) { in setLogRecordFactory() method in SIPTransactionStack
1231 :func:`~logging.setLogRecordFactory`, and interrogate with1247 logging.setLogRecordFactory(record_factory)1963 :class:`LogRecord` subclasses, using the :func:`setLogRecordFactory` function.1972 Refer to the reference documentation on :func:`setLogRecordFactory` and
11272 - logging: Added getLogRecordFactory/setLogRecordFactory with docs and tests.