LogClass (GVL)
Log entry classes to specify the severity of a log message. Can be filtered in the logger or in the logger page.
- Attributes:
qualified_only- InOut:
Scope
Name
Type
Initial
Comment
Constant
LOG_NONE
UDINT16#0
No defined class
LOG_INFO
UDINT16#1
Informational message
LOG_WARNING
UDINT16#2
Warning
LOG_ERROR
UDINT16#4
Error
LOG_EXCEPTION
UDINT16#8
Exception
LOG_DEBUG
UDINT16#10
Debug
LOG_USER_NOTIFY
UDINT16#10000
Log entries are displayed additionally as a message box in the development system
LOG_ALL
UDINT16#FFFFFFFF
Is only used to filter entries and should not be used to add log entries