Module dcso.glosom.constants
Expand source code
# Copyright (c) 2020, DCSO GmbH
GROUP_SYSTEM = 0x01
"""Constant defining GLOSOM System message group (0x01)"""
GROUP_NETWORK = 0x02
"""Constant defining GLOSOM Network message group (0x02)"""
GROUP_IO = 0x03
"""Constant defining GLOSOM IO (input-ouput) message group (0x03)"""
GROUP_SECURITY = 0x04
"""Constant defining GLOSOM Security message group (0x04)"""
GROUP_ACTIVITY = 0x05
"""Constant defining GLOSOM Activity message group (0x05)"""
TYPE_INFO = 0x00
"""Constant defining GLOSOM Info message type (0x00)"""
TYPE_WARN = 0x10
"""Constant defining GLOSOM Warning message type (0x10)"""
TYPE_ERROR = 0x20
"""Constant defining GLOSOM Error message type (0x20)"""
TYPE_DEBUG = 0x90
"""Constant defining GLOSOM Debug message type (0x90)"""
Global variables
var GROUP_ACTIVITY-
Constant defining GLOSOM Activity message group (0x05)
var GROUP_IO-
Constant defining GLOSOM IO (input-ouput) message group (0x03)
var GROUP_NETWORK-
Constant defining GLOSOM Network message group (0x02)
var GROUP_SECURITY-
Constant defining GLOSOM Security message group (0x04)
var GROUP_SYSTEM-
Constant defining GLOSOM System message group (0x01)
var TYPE_DEBUG-
Constant defining GLOSOM Debug message type (0x90)
var TYPE_ERROR-
Constant defining GLOSOM Error message type (0x20)
var TYPE_INFO-
Constant defining GLOSOM Info message type (0x00)
var TYPE_WARN-
Constant defining GLOSOM Warning message type (0x10)