Log SetMaxSize() Method

(SBM On-Premise only) Sets the number of bytes the log file should grow to before it is truncated.

Function Signature

 int SetMaxSize( value )

Parameters

Parameter Type Description

value

int

The max log size that can be reached.

Return

Type Description

int

Returns the int value passed in. The default is 20971520 bytes.

Technical Details

SBM ModScript version: 11.3.

Example

See Log Message() Method.

Notes

Related Topics

Log