mirror of
https://github.com/NohamR/N_m3u8DL-RE.git
synced 2025-08-19 19:49:43 +00:00
16 lines
230 B
C#
16 lines
230 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace N_m3u8DL_RE.Common.Log;
|
|
|
|
public enum LogLevel
|
|
{
|
|
OFF,
|
|
ERROR,
|
|
WARN,
|
|
INFO,
|
|
DEBUG,
|
|
} |