Method summary
- __init__(self, parent, service)
- copy_log_to_clipboard(self, event)
- format_record(self, log_record)
- get_all_records(self)
- set_selection_action(self, action)
- show_logs(self, event)
Methods
- __init__(self, parent, service)
- copy_log_to_clipboard(self, event)
"Copy Log to ClipBoard" Button callback.
- format_record(self, log_record)
Returns a string with the relevant info out of a log_record object.
- get_all_records(self)
Returns a mutli-line string with all log records formated.
- set_selection_action(self, action)
Convenience method... See LoggerListWidget.set_selection_action for details.
- show_logs(self, event)
"Complete Log Text" Button callback. Displays the current log file in a dialog.