C-DEngine 5.105

TheSystemMessageLog Fields

The TheSystemMessageLog type exposes the following members.

Fields


  Name Description
Public field LogFilterLevel
Any Message with a eMsgLevel lower than this will be written to the log
Public field 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)
Public field LogWriteFilterLevel
Any Message with a eMsgLevel lower than this will be written to file (if the LogWriteBuffer is >0)
Public field MaxLogFiles
Amount of Files allowed in the directory
Public field MaxLogFileSize
Specify the maximum Log File Size
Public field MessageFilterLevel
Any message with a eMsgLevel lower than this filter will be displayed in the UX