-
Notifications
You must be signed in to change notification settings - Fork 0
net472_EventLogHelper_SmartEventLogger_AllowMultiEntryMessages
dparvin edited this page Aug 7, 2025
·
1 revision
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; }true to split long messages into multiple event log entries; false to truncate long messages and append a truncation notice. Default is false.
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.
- class SmartEventLogger
- namespace EventLogHelper
- assembly EventLogHelper