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