Interface LoggingState

The overall logging state structure.

interface LoggingState {
    loading: Record<string, boolean>;
    logs: LogsBySeverity;
    logsEmpty: LogsEmptyBySeverity;
    toasts: ToastState;
}

Properties

loading: Record<string, boolean>
toasts: ToastState