setRLogFileMaxSize

public abstract void setRLogFileMaxSize(long pSize)

Sets the size of the business log file, with a default of 1M.

The setting takes effect immediately. When the log file exceeds the specified size, it is compressed into a zip file and stored locally.

Since

5.0.0

Parameters

pSize

The size of the log file, in bytes.