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