public void Handle(Exception ex, Entry currentEntry) { _log.Fatal("Exception processing: " + currentEntry, ex); throw new ApplicationException("Application produced a fatal exception", ex);; }
public void Handle(Exception ex, Entry currentEntry) { _log.Info("Exception processing: " + currentEntry, ex); }