TheSystemMessageLog Fields
The TheSystemMessageLog type exposes the following members.
Fields
Name | Description | |
---|---|---|
![]() |
LogFilterLevel |
Any Message with a eMsgLevel lower than this will be written to the log
|
![]() |
LogWriteBuffer |
Amount of messages to be buffered until written to disk. If set to zero - no messages are written to disk (which is the default)
|
![]() |
LogWriteFilterLevel |
Any Message with a eMsgLevel lower than this will be written to file (if the LogWriteBuffer is >0)
|
![]() |
MaxLogFiles |
Amount of Files allowed in the directory
|
![]() |
MaxLogFileSize |
Specify the maximum Log File Size
|
![]() |
MessageFilterLevel |
Any message with a eMsgLevel lower than this filter will be displayed in the UX
|