2024-12-01 00:30:53 +08:00

10 lines
113 B
C#

namespace N_m3u8DL_RE.Common.Log;
public enum LogLevel
{
OFF,
ERROR,
WARN,
INFO,
DEBUG,
}