Home
last modified time | relevance | path

Searched defs:LogRecord (Results 1 – 2 of 2) sorted by relevance

/third_party/mbedtls/scripts/mbedtls_dev/
Dlogging_util.py30 def filter(self, record: logging.LogRecord) -> bool:
/third_party/python/Lib/logging/
D__init__.py280 class LogRecord(object): class