Click or drag to resize

NLogProviderOptionsEventIdSeparator Property

Separator between for EventId.Id and EventId.Name. Default to _

Namespace:  NLog.Extensions.Logging
Assembly:  NLog.Extensions.Logging (in NLog.Extensions.Logging.dll) Version: 5.5.0+5caec9dd9186024b333b5ea4d1c37388ef9c309a
Syntax
public string EventIdSeparator { get; set; }

Property Value

Type: String
Remarks
Only relevant for EventId_Id, EventId_Name or Legacy
See Also