Enum DEBUG_MSG_LEVEL

Enum Documentation

enum DEBUG_MSG_LEVEL

Serial console message level (MSG_DEBUG is most verbose, SG_ERROR only reports errors)

Values:

MSG_ERROR = 3

Send only error messages to the console

MSG_WARN = 2

Also send warning and error messages to the console

MSG_INFO = 1

Also send information messages to the console in addition to warnings and errors

MSG_DEBUG = 0

Send internal debug messages to the console in addition to info, warnings and errors