SubZero Common
Common library components for an FRC CommandRobot
|
Enumerations | |
enum class | Level { VERBOSE = 0 , INFO , WARNING , ERROR , FATAL } |
Levels of logging. More... | |
Variables | |
constexpr auto | kMinLogLevel = Level::VERBOSE |
Will not log messages that fall below this level. | |
|
strong |
Levels of logging.
Enumerator | |
---|---|
VERBOSE | |
INFO | |
WARNING | |
ERROR | |
FATAL |
Definition at line 9 of file UtilConstants.h.
|
constexpr |
Will not log messages that fall below this level.
Definition at line 14 of file UtilConstants.h.