features/logger/ui/logs_list/bloc/logs_list_bloc library

Classes

ClearAllLogsClicked
Event triggered when a request is made to clear all logs.
CompressedLogsFile
Represents a state that includes information about a compressed file containing the logs.
LogsChanged
Event triggered when logs are changed.
LogsFilterAdded
Event triggered when a filter is added to the logs list.
LogsFilterRemoved
Event triggered when a filter is removed from the logs list.
LogsListBloc
LogsListBloc is responsible for managing the state of the logs list.
LogsListEvent
LogsListEvent is a sealed class representing various events related to logs management. These events are used by the LogsListBloc to manage the logs state.
LogsListState
Represents the state of the logs list in the application.
ShareAllLogsClicked
Event triggered when a request is made to share all logs.
TextSearched
Event triggered when a search is performed on logs.