ActionMaxLength
Max length of a log record. The default value is 2048.
Declaration
public int ActionMaxLength { get; set; }
Property Value
Type | Description |
---|---|
int |
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.