Click or drag to resize
LogContext.MaxLength 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: 10.0.0
Syntax
C#
public int MaxLength { get; set; }

Property Value

Type: Int32

Implements

ILogContext.MaxLength
See Also