-
Notifications
You must be signed in to change notification settings - Fork 0
net472_EventLogHelper_SmartEventLogger_ContinuationMarker
dparvin edited this page Aug 7, 2025
·
1 revision
Gets or sets the continuation marker used when splitting long messages across multiple event log entries.
public static string ContinuationMarker { get; set; }The string appended to each intermediate log entry when AllowMultiEntryMessages is true. Defaults to " ...". This value is ignored if message splitting is disabled.
The marker is added to all chunks except the final one to indicate the message continues in the next log entry. Make sure the marker is short enough to allow meaningful message content within the 32,766-character limit of the Event Log.
- class SmartEventLogger
- namespace EventLogHelper
- assembly EventLogHelper