Home
last modified time | relevance | path

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

/external/autotest/site_utils/
Dlog_socket_server.py52 record = logging.makeLogRecord(obj)
/external/python/cpython3/Lib/test/
Dtest_logging.py390 r = logging.makeLogRecord({'name': 'spam.eggs'})
558 r = logging.makeLogRecord({'msg': 'Test'})
591 r = logging.makeLogRecord({})
651 r = logging.makeLogRecord({'msg': 'testing' })
761 r = logging.makeLogRecord({})
1065 r = logging.makeLogRecord({'msg': 'Hello \u2713'})
1727 record = logging.makeLogRecord(obj)
1834 record = logging.makeLogRecord(obj)
3744 return logging.makeLogRecord(result)
3994 logging.makeLogRecord({'msg': 'one'}),
[all …]
/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__.py388 def makeLogRecord(dict): function
/external/python/cpython3/Doc/library/
Dlogging.handlers.rst473 :class:`~logging.LogRecord`, use the :func:`~logging.makeLogRecord`
564 :class:`~logging.LogRecord`, use the :func:`~logging.makeLogRecord`
Dlogging.rst689 :func:`makeLogRecord` (for example, from a pickled event received over the
1128 .. function:: makeLogRecord(attrdict)
/external/python/cpython3/Doc/howto/
Dlogging-cookbook.rst469 record = logging.makeLogRecord(obj)
1228 * :func:`makeLogRecord`, which is called with a dictionary containing
1348 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