Skip to content

Commit

Permalink
Add All alias for enabling all log levels in CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
ScrubN committed Nov 10, 2024
1 parent 08b596d commit 19a2402
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TwitchDownloaderCLI/Models/Enums.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 19a2402

Please sign in to comment.