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
UDINT
16#0
No defined class
LOG_INFO
UDINT
16#1
Informational message
LOG_WARNING
UDINT
16#2
Warning
LOG_ERROR
UDINT
16#4
Error
LOG_EXCEPTION
UDINT
16#8
Exception
LOG_DEBUG
UDINT
16#10
Debug
LOG_USER_NOTIFY
UDINT
16#10000
Log entries are displayed additionally as a message box in the development system
LOG_ALL
UDINT
16#FFFFFFFF
Is only used to filter entries and should not be used to add log entries