namespace N_m3u8DL_RE.Common.Log;

public enum LogLevel
{
    OFF,
    ERROR,
    WARN,
    INFO,
    DEBUG,
}