PostSharpAPI ReferencePost­Sharp.​Patterns.​Diagnostics.​BackendsText­Logging­Backend­OptionsAction­Max­Length
Open sandboxFocus

TextLoggingBackendOptions.ActionMaxLength Property

ActionMaxLength

Max length of a log record. The default value is 2048.

Declaration
public int ActionMaxLength { get; set; }
Property Value
Type Description
Int32
Remarks

This property determines the size of the buffer allocated to build the record. If the real length exceeds the value of ActionMaxLength, no exception is thrown, and the excess content is ignored.