Click or drag to resize
LogContextMaxLength Property
Maximum length of the log. If the length is exceeded, the log is trimmed to half, offset is set and the log continues.

Namespace: CMS.EventLog
Assembly: CMS.EventLog (in CMS.EventLog.dll) Version: 11.0.0
Syntax
C#
public int MaxLength { get; set; }

Property Value

Type: Int32

Implements

ILogContextMaxLength
See Also