Searched refs:_log_with (Results 1 – 2 of 2) sorted by relevance
/tools/test/connectivity/acts/framework/acts/ |
D | tracelogger.py | 41 def _log_with(self, logging_lambda, trace_level, msg, *args, **kwargs): member in TraceLogger 46 self._log_with(self._logger.exception, 5, msg, *args, **kwargs) 49 self._log_with(self._logger.debug, 3, msg, *args, **kwargs) 52 self._log_with(self._logger.error, 3, msg, *args, **kwargs) 55 self._log_with(self._logger.warn, 3, msg, *args, **kwargs) 58 self._log_with(self._logger.warning, 3, msg, *args, **kwargs) 61 self._log_with(self._logger.info, 1, msg, *args, **kwargs)
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/ |
D | tako_trace_logger.py | 36 self._log_with(self._logger_level('STEP'), 1, msg, *args, **kwargs) 40 self._log_with(self._logger_level('DEVICE'), 1, msg, *args, **kwargs) 44 self._log_with(self._logger_level('SUITE'), 1, msg, *args, **kwargs) 48 self._log_with(self._logger_level('CASE'), 1, msg, *args, **kwargs)
|