Home
last modified time | relevance | path

Searched refs:LogRecord (Results 1 - 6 of 6) sorted by relevance

/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DDebugWriter.java18 import java.util.logging.LogRecord;
108 public String format(LogRecord logRecord) { in format()
/third_party/mbedtls/scripts/mbedtls_dev/
H A Dlogging_util.py30 def filter(self, record: logging.LogRecord) -> bool:
/third_party/python/Lib/logging/
H A D__init__.py35 'LogRecord', 'Logger', 'LoggerAdapter', 'NOTSET', 'NullHandler',
280 class LogRecord(object): class
282 A LogRecord instance represents an event being logged.
284 LogRecord instances are created every time something is logged. They
365 return '<LogRecord: %s, %s, %s, %s, "%s">'%(self.name, self.levelno,
370 Return the message for this LogRecord.
372 Return the message for this LogRecord after merging any user-supplied
383 _logRecordFactory = LogRecord
404 Make a LogRecord whose attributes are defined by the specified dictionary,
406 a socket connection (which is sent as a dictionary) into a LogRecord
[all...]
/third_party/python/Lib/test/
H A Dtest_logging.py3613 class DerivedLogRecord(logging.LogRecord):
3626 msg = 'Unexpected LogRecord type %s, expected %s' % (t,
3678 self.assertTrue(isinstance(data, logging.LogRecord))
3846 [m.msg if isinstance(m, logging.LogRecord)
4553 self.assertTrue(s.startswith('<LogRecord: '))
5332 return logging.LogRecord('n', logging.DEBUG, 'p', 1,
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DTestUtil.java241 import java.util.logging.LogRecord;
3868 private final List<LogRecord> list = new ArrayList<>();
3872 public synchronized void publish(LogRecord record) { in publish()
3883 public synchronized List<LogRecord> getStoredLogRecords() { in getStoredLogRecords()
3884 List<LogRecord> result = new ArrayList<>(list); in getStoredLogRecords()
/third_party/python/Lib/unittest/test/
H A Dtest_case.py1638 self.assertIsInstance(rec, logging.LogRecord)

Completed in 19 milliseconds