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