Lines Matching refs:log
146 log = logging.getLogger()148 killTestLogger(log)149 log.propagate = False151 log.setLevel(logging.DEBUG)161 log.addHandler(ch)180 log.log_path = log_path293 self.log = logger297 if self.log:298 return self.log.log_path303 if self.log:304 return getattr(self.log, name)(*args)