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)
iMaxFilesDINTMax number of files (if the backend is dumping in a file)