Home
last modified time | relevance | path

Searched refs:setLogRecordFactory (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Lib/logging/
D__init__.py388 def setLogRecordFactory(factory): function
1265 def setLogRecordFactory(self, factory): member in Manager
/external/python/cpython3/Doc/library/
Dlogging.rst707 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 the
1197 .. function:: setLogRecordFactory(factory)
/external/python/cpython3/Lib/test/
Dtest_logging.py3214 man.setLogRecordFactory(expected)
3260 logging.setLogRecordFactory(self.orig_factory)
3265 logging.setLogRecordFactory(DerivedLogRecord)
/external/nist-sip/java/gov/nist/javax/sip/stack/
DSIPTransactionStack.java2086 public void setLogRecordFactory(LogRecordFactory logRecordFactory) { in setLogRecordFactory() method in SIPTransactionStack
/external/python/cpython3/Doc/howto/
Dlogging-cookbook.rst1231 :func:`~logging.setLogRecordFactory`, and interrogate with
1247 logging.setLogRecordFactory(record_factory)
1963 :class:`LogRecord` subclasses, using the :func:`setLogRecordFactory` function.
1972 Refer to the reference documentation on :func:`setLogRecordFactory` and
/external/python/cpython3/Misc/
DHISTORY11272 - logging: Added getLogRecordFactory/setLogRecordFactory with docs and tests.