Skip to content

Commit

Permalink
add EventId for BackgroundExceptionFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
snys98 committed Sep 2, 2020
1 parent 9f20061 commit 96f6050
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Zero.Logging.Commom/EventIds.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@ public static EventId ExceptionFilter
}
}

public static EventId BackgroundExceptionFilter
{
get
{
return new GeexboxEventId(new EventId(nameof(BackgroundExceptionFilter).GetHashCode(), nameof(BackgroundExceptionFilter)));
}
}

public override string ToString()
{
return val.ToString();
Expand Down

0 comments on commit 96f6050

Please sign in to comment.