tardis.io.logger.logger_widget module¶
- class tardis.io.logger.logger_widget.PanelWidgetLogHandler(log_columns, colors, display_widget=True, display_handles=None, batch_size=10)[source]¶
Bases:
Handler
Log handler for logging to scroll columns.
- Parameters:
- log_columnsdict
Dictionary of scroll columns for each log level.
- colorsdict
Dictionary mapping log levels to display colors.
- display_widgetbool, optional
Whether to display logs in the widget. Defaults to True.
- display_handlesdict, optional
Dictionary of display handles for each column (jupyter environment).
Initializes the instance - basically setting the formatter to None and the filter list to empty.