diff --git a/TwitchDownloaderCLI/Models/Enums.cs b/TwitchDownloaderCLI/Models/Enums.cs index e004d792..754f5823 100644 --- a/TwitchDownloaderCLI/Models/Enums.cs +++ b/TwitchDownloaderCLI/Models/Enums.cs @@ -5,6 +5,7 @@ namespace TwitchDownloaderCLI.Models [Flags] internal enum LogLevel { + All = Status | Verbose | Info | Warning | Error | Ffmpeg, None = 1 << 0, Status = 1 << 1, Verbose = 1 << 2,