CQG API 4.0 - Revised
MaxLogFileSize Property
See Also  Send Feedback
CQGAPIConfig Interface : MaxLogFileSize Property

Glossary Item Box

Description

Maximum size of a log file in KB.

The default value is 10240.

Property type

Read-write property

Syntax

Visual Basic
Public Property MaxLogFileSize As Long

Return Type

Log file size represented as Long

Example

See the usage of CQGAPIConfig properties in the AccountChanged event's example section.

See Also