SubZero Common
Common library components for an FRC CommandRobot
Loading...
Searching...
No Matches
subzero::Logging Namespace Reference

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.
 

Enumeration Type Documentation

◆ Level

enum class subzero::Logging::Level
strong

Levels of logging.

Enumerator
VERBOSE 
INFO 
WARNING 
ERROR 
FATAL 

Definition at line 9 of file UtilConstants.h.

Variable Documentation

◆ kMinLogLevel

auto subzero::Logging::kMinLogLevel = Level::VERBOSE
constexpr

Will not log messages that fall below this level.

Definition at line 14 of file UtilConstants.h.