示例#1
0
 public static void LogError(string message, Exception ex)
 {
     Log.ErrorException(message, ex);
 }