public static void LogFatal(this IDDLogger logger, Exception exception) { logger.LogException(exception, DDEventType.Fatal); }
public static void LogError(this IDDLogger logger, Exception exception) { logger.LogException(exception, DDEventType.Error); }