/// 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 }