mirror of
https://github.com/foss42/apidash.git
synced 2025-12-01 18:28:25 +08:00
9 lines
269 B
Dart
9 lines
269 B
Dart
/// Source category of a terminal entry
|
|
enum TerminalSource { network, js, system }
|
|
|
|
/// Severity level of a terminal entry
|
|
enum TerminalLevel { debug, info, warn, error }
|
|
|
|
/// Phase of a network log lifecycle
|
|
enum NetworkPhase { started, progress, completed, failed }
|