Message
Previous  Top  Next

The [Message] section configures settings for the Message module. You can set the message file to use with the FileName entry. It is possible to restrict the message file size with the MaxFileSize entry. If not set or set to 0 the message file will not be limited.

EntryDescription     
FileNameThe file name of the message file. If not specified defaults to ProjectName[Instance].msg where ProjectName is the name of the project as configured in the [Project] section.  

MaxFileSizeThe maximum file size in kB. If not specified no file limit will be imposed and the message file grows unrestricted.  

Example

[Message]
FileName    = Pluto.msg

MaxFileSize = 8192   # Limit to 8 MB