Searched defs:LogRecord (Results 1 – 2 of 2) sorted by relevance
37 struct LogRecord { struct 43 bool operator==(const LogRecord &a, const LogRecord &b); argument
41 def filter(self, record: logging.LogRecord) -> bool: argument