Пример #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()