namespace LeanCloud.Common { /// /// 日志级别 /// public enum LogLevel { /// /// 调试级别 /// Debug, /// /// 警告级别 /// Warn, /// /// 错误级别 /// Error, } }