示例#1
0
 public static void LogFatal(this IDDLogger logger, Exception exception)
 {
     logger.LogException(exception, DDEventType.Fatal);
 }
示例#2
0
 public static void LogError(this IDDLogger logger, Exception exception)
 {
     logger.LogException(exception, DDEventType.Error);
 }