SBM ModScript Reference → Programming SBM ModScript → Object Types → Log → Log SetMaxSize() Method
(SBM On-Premise only) Sets the number of bytes the log file should grow to before it is truncated.
Parameter | Type | Description |
---|---|---|
value |
int |
The max log size that can be reached. |
Type | Description |
---|---|
int |
Returns the int value passed in. The default is 20971520 bytes. |
SBM ModScript version: 11.3.
See Log Message() Method.
Copyright © 2007–2018 Serena Software, Inc., a Micro Focus company. All rights reserved.