Skip to content

net90_EventLogHelper_SmartEventLogger_MaxKilobytes

dparvin edited this page Aug 3, 2025 · 2 revisions

SmartEventLogger.MaxKilobytes property

Gets or sets the maximum allowed size of the event log in kilobytes.

public static int MaxKilobytes { get; set; }

Property Value

An integer representing the size in kilobytes. Defaults to 1,048,576 (1 GB).

Remarks

Applies only when creating or configuring new custom logs. May require administrative privileges.

See Also

Clone this wiki locally