diff --git a/Zero.Logging.Commom/EventIds.cs b/Zero.Logging.Commom/EventIds.cs index d728a7c..30e769d 100644 --- a/Zero.Logging.Commom/EventIds.cs +++ b/Zero.Logging.Commom/EventIds.cs @@ -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();