namespace DownKyi.Core.Aria2cNet.Server { /// /// 日志等级 /// public enum AriaConfigLogLevel { NOT_SET = 0, DEBUG = 1, INFO, NOTICE, WARN, ERROR } }