CTI32 Engine Class Library

ConfigData.logMaxSize Field

The size in bytes of how large the log file can grow. When it reaches this size, the file is renamed to .bak and a new log file is created. The previous .bak file is deleted forever.

[Visual Basic]
Public logMaxSize As Integer
[C#]
public int logMaxSize;

See Also

ConfigData Class | CTI32Engine Namespace