francescoc - 2024-03-16

Hi, I cannot find any documentation regarding the codesys configuration file.
I modified this part to have log files saved to disk:

[CmpLog]
Logger.0.Name=LOGS/PlcLog
Logger.0.Filter=0xFFFFFFFF
Logger.0.Enable=1
Logger.0.MaxEntries=20000
Logger.0.MaxFileSize=5000
Logger.0.MaxFiles=10
Logger.0.Backend.0.ClassId=0x0000010B   ;sends logger messages to SysOut
Logger.0.Backend.1.ClassId=0x00000104   ;writes logger messages in a file
Logger.0.Backend.2.ClassId=0x00000135   ;sends logger messages as UDP syslog
Logger.0.Type=0x314;Set the timestamp to RTC
;Logger.1.Name=/tmp/CommLog
;Logger.1.Enable=1

I need to have milliseconds in the timestamp as well.
What value should I use instead of 0x314?
Is there any documentation regarding this file?
Thank you