Home
last modified time | relevance | path

Searched refs:getLogRecordFactory (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Doc/library/
Dlogging.rst752 set using :func:`getLogRecordFactory` and :func:`setLogRecordFactory`
758 old_factory = logging.getLogRecordFactory()
961 .. function:: getLogRecordFactory()
1298 This function has been provided, along with :func:`getLogRecordFactory`, to
/third_party/python/Lib/logging/
D__init__.py386 def getLogRecordFactory(): function
/third_party/python/Doc/howto/
Dlogging-cookbook.rst1288 :func:`~logging.getLogRecordFactory`. The factory is invoked with the same
1296 old_factory = logging.getLogRecordFactory()
/third_party/python/Lib/test/
Dtest_logging.py3503 self.orig_factory = logging.getLogRecordFactory()
/third_party/python/Misc/
DHISTORY11272 - logging: Added getLogRecordFactory/setLogRecordFactory with docs and tests.