Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Dtracelogger.py40 def _log_with(self, logging_lambda, trace_level, msg, *args, **kwargs): member in TraceLogger
45 self._log_with(self._logger.exception, 5, msg, *args, **kwargs)
48 self._log_with(self._logger.debug, 3, msg, *args, **kwargs)
51 self._log_with(self._logger.error, 3, msg, *args, **kwargs)
54 self._log_with(self._logger.warn, 3, msg, *args, **kwargs)
57 self._log_with(self._logger.warning, 3, msg, *args, **kwargs)
60 self._log_with(self._logger.info, 1, msg, *args, **kwargs)