ironflow.gui.log module
Control the underlying Ryven logging system, and route logs to a widget.
- class ironflow.gui.log.LogController(*args, **kwargs)[source]
Bases:
objectSingleton pattern ensures that whatever sys.stdout/err was at the beginning of the session gets preserved.
- property output
- class ironflow.gui.log.LogGUI(*args, **kwargs)[source]
Bases:
DrawsWidgetsA class that can redirect stdout and stderr to a widget, and gives controls for both this and toggling the Ryven logger.
- main_widget_class
alias of
VBox
- property output