Searched refs:should_log (Results 1 – 6 of 6) sorted by relevance
136 def should_log(record): function147 logging_filter.filter = should_log
52 workspace = Workspace(None, MockExecutive(should_log=True))
655 def __init__(self, should_log): argument656 self.should_log = should_log659 if self.should_log:671 if self.should_log:740 self.executive = MockExecutive(should_log=log_executive)
66 port._executive = mocktool.MockExecutive(should_log=True)80 port._executive = mocktool.MockExecutive(should_log=True)
404 Boolean should_log = in OutputToDebug() local408 log_to_stderr = exists_and_is_valid && should_log; in OutputToDebug()
1354 executive = MockExecutive(should_log=False)1357 executive.should_log = True