LogOptions (STRUCT)ΒΆ
TYPE LogOptions : STRUCT
Options of a logger (part of the configuration).
- InOut:
Name
Type
Comment
szNameSTRING(31)Name of logger
bEnableDINTLogger active/inactive
uiTypeUDINTSee LogTypes for details
uiFilterUDINTLog filter. It is a combination of LogClass
iMaxEntriesDINTMaximum number of lg entries
iMaxFileSizeDINTMax file size (if the backend is dumping in a file)
iMaxFilesDINTThe MaxFiles setting and the iMaxFiles member of the LogOptions struct specify the maximum number of backup log files. So the maximum number of log files will be (MaxFiles + 1), MaxFiles backup log files + 1 working log file.