Home
last modified time | relevance | path

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

/test/vts/utils/python/instrumentation/
Dtest_framework_instrumentation_event.py237 self._Log(logging.debug, *args)
241 self._Log(logging.info, *args)
245 self._Log(logging.warn, *args)
249 self._Log(logging.error, *args)
251 def _Log(self, log_func, *args): member in TestFrameworkInstrumentationEvent