Home
last modified time | relevance | path

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

/external/nist-sip/java/gov/nist/javax/sip/
DSipStackImpl.java1319 public LogRecordFactory getLogRecordFactory() { in getLogRecordFactory() method in SipStackImpl
/external/python/cpython3/Doc/library/
Dlogging.rst707 set using :func:`getLogRecordFactory` and :func:`setLogRecordFactory`
713 old_factory = logging.getLogRecordFactory()
912 .. function:: getLogRecordFactory()
1204 This function has been provided, along with :func:`getLogRecordFactory`, to
/external/python/cpython3/Lib/logging/
D__init__.py398 def getLogRecordFactory(): function
/external/python/cpython3/Doc/howto/
Dlogging-cookbook.rst1232 :func:`~logging.getLogRecordFactory`. The factory is invoked with the same
1240 old_factory = logging.getLogRecordFactory()
/external/python/cpython3/Lib/test/
Dtest_logging.py3255 self.orig_factory = logging.getLogRecordFactory()
/external/python/cpython3/Misc/
DHISTORY11272 - logging: Added getLogRecordFactory/setLogRecordFactory with docs and tests.