Home
last modified time | relevance | path

Searched refs:makeLogRecord (Results 1 – 13 of 13) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_logging.py394 r = logging.makeLogRecord({'name': 'spam.eggs'})
562 r = logging.makeLogRecord({'msg': 'Test'})
595 r = logging.makeLogRecord({})
655 r = logging.makeLogRecord({'msg': 'testing' })
748 r = logging.makeLogRecord({})
1054 r = logging.makeLogRecord({'msg': 'Hello \u2713'})
1666 record = logging.makeLogRecord(obj)
1773 record = logging.makeLogRecord(obj)
3486 return logging.makeLogRecord(result)
3566 logging.makeLogRecord({'msg': 'one'}),
[all …]
/external/autotest/site_utils/
Dlog_socket_server.py47 record = logging.makeLogRecord(obj)
/external/python/cpython2/Lib/test/
Dtest_logging.py871 record = logging.makeLogRecord(obj)
1987 r = logging.makeLogRecord({'msg': 'testing' })
/external/python/cpython2/Doc/library/
Dlogging.handlers.rst313 :class:`~logging.LogRecord`, use the :func:`~logging.makeLogRecord`
392 :class:`~logging.LogRecord`, use the :func:`~logging.makeLogRecord`
Dlogging.rst562 :func:`makeLogRecord` (for example, from a pickled event received over the
916 .. function:: makeLogRecord(attrdict)
/external/python/cpython2/Lib/logging/
D__init__.py332 def makeLogRecord(dict): function
/external/python/cpython3/Lib/logging/
D__init__.py405 def makeLogRecord(dict): function
/external/python/cpython3/Doc/library/
Dlogging.handlers.rst452 :class:`~logging.LogRecord`, use the :func:`~logging.makeLogRecord`
534 :class:`~logging.LogRecord`, use the :func:`~logging.makeLogRecord`
Dlogging.rst660 :func:`makeLogRecord` (for example, from a pickled event received over the
1099 .. function:: makeLogRecord(attrdict)
/external/python/cpython3/Doc/howto/
Dlogging-cookbook.rst469 record = logging.makeLogRecord(obj)
1194 * :func:`makeLogRecord`, which is called with a dictionary containing
1314 return logging.makeLogRecord(msg)
/external/python/cpython2/Doc/howto/
Dlogging-cookbook.rst386 record = logging.makeLogRecord(obj)
/external/python/cpython2/Misc/
DHISTORY4065 - The logging module now has a new function, makeLogRecord() making
/external/python/cpython3/Misc/
DHISTORY21449 - The logging module now has a new function, makeLogRecord() making