namespace FastGithub.UI { /// <summary> /// 日志等级 /// </summary> public enum LogLevel { Verbose, Debug, Information, Warning, Error, Fatal } }