示例#1
0
 def show_log(self):
     assert self.logfile, 'BUG: no logfile set (yet)'
     LogFileDialog(self, self.logfile).run()
示例#2
0
 def show_log(self):
     '''Action for the "View Log" button'''
     assert self.logfile, 'BUG: no logfile set (yet)'
     LogFileDialog(self, self.logfile).run()
示例#3
0
 def on_show_log(self):
     LogFileDialog(self, self.logging_context.file).run()