mirror of
https://github.com/yaobiao131/downkyicore.git
synced 2025-08-10 00:52:31 +00:00
14 lines
199 B
C#
14 lines
199 B
C#
namespace DownKyi.Core.Aria2cNet.Server;
|
|
|
|
/// <summary>
|
|
/// 日志等级
|
|
/// </summary>
|
|
public enum AriaConfigLogLevel
|
|
{
|
|
NOT_SET = 0,
|
|
DEBUG = 1,
|
|
INFO,
|
|
NOTICE,
|
|
WARN,
|
|
ERROR
|
|
} |