namespace Logger { /// /// 系统发生错误时处理方式 /// public enum ErrorHandel { /// /// 抛出异常 /// Throw, /// /// 继续操作 /// Continue } }