I am trying to log some events in my ASP.NET Core application and I don't want to collide with another library. Is there a safe range for custom EventIds EventId.Id?
All ASP.NET Core logs that I found, has EventId.Id
lower then 1000
. But EF has arround 100,000
.
I need this, so I can easy filter my events from other events.
EventId
is application specific. There's no "safe range". It's just whatever you want your event ids to be.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With