Skip to content

net90_EventLogHelper_SmartEventLogger_AllowMultiEntryMessages

dparvin edited this page Aug 7, 2025 · 1 revision

SmartEventLogger.AllowMultiEntryMessages property

Gets or sets a value indicating whether messages that exceed the Event Log length limit should be split across multiple entries.

public static bool AllowMultiEntryMessages { get; set; }

Property Value

true to split long messages into multiple event log entries; false to truncate long messages and append a truncation notice. Default is false.

Remarks

When enabled, messages exceeding 32,766 characters are split into sequential entries, each prefixed with a part number and optionally suffixed with a continuation marker (see ContinuationMarker). This preserves the full message without truncation. When disabled, long messages are truncated to fit within the Event Log limit, and the truncation marker (e.g., "... [TRUNCATED]") is appended.

See Also

Clone this wiki locally