setRLogFileMaxSize

public abstract void setRLogFileMaxSize(long pSize)

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

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

Parameters

pSize

The size of the log file in bytes.