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