Exemple #1
0
 /// <summary>
 /// 按照错误级别打印错误
 /// </summary>
 public void ReportError()
 {
     YooLogger.Error(GetLastError());
 }