Skip to content

Commit

Permalink
Add All alias for enabling all log levels in CLI (#1249)
Browse files Browse the repository at this point in the history
  • Loading branch information
ScrubN authored Nov 10, 2024
1 parent b105ed8 commit d42d70b
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 d42d70b

Please sign in to comment.