You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Skip capture of "EventId_Id" and "EventId_Name" as <see cref="LogEventInfo.Properties" /> when <c>default(EventId)</c>
16
+
/// Skip capture of <see cref="Microsoft.Extensions.Logging.EventId"/> in <see cref="LogEventInfo.Properties" /> when <c>default(EventId)</c>
17
17
/// </summary>
18
18
publicboolIgnoreEmptyEventId{get;set;}=true;
19
19
20
20
/// <summary>
21
-
/// Control capture of <see cref="Microsoft.Extensions.Logging.EventId"/> as "EventId"-property.
21
+
/// Separator between for EventId.Id and EventId.Name. Default to _
22
22
/// </summary>
23
23
/// <remarks>
24
-
/// Enabling capture of the entire "EventId" will increase memory allocation and gives a performance hit. Faster to use "EventId_Id" + "EventId_Name".
24
+
/// Only relevant for <see cref="EventIdCaptureType.EventId_Id"/>, <see cref="EventIdCaptureType.EventId_Name"/> or <see cref="EventIdCaptureType.Legacy"/>
0 commit comments