Skip to content

net472_EventLogHelper_SmartEventLogger_ContinuationMarker

dparvin edited this page Aug 7, 2025 · 1 revision

SmartEventLogger.ContinuationMarker property

Gets or sets the continuation marker used when splitting long messages across multiple event log entries.

public static string ContinuationMarker { get; set; }

Property Value

The string appended to each intermediate log entry when AllowMultiEntryMessages is true. Defaults to " ...". This value is ignored if message splitting is disabled.

Remarks

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.

See Also

Clone this wiki locally