예제 #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);
 }