MIP_SDK  latest-2-g34f3e39
MicroStrain Communications Library for embedded systems
Namespaces | Enumerations
logging.hpp File Reference
#include <microstrain/common/logging.h>

Go to the source code of this file.

Namespaces

 microstrain
 

Enumerations

enum  microstrain::LogLevel {
  microstrain::LogLevel::OFF = MICROSTRAIN_LOG_LEVEL_OFF, microstrain::LogLevel::FATAL = MICROSTRAIN_LOG_LEVEL_FATAL, microstrain::LogLevel::ERROR = MICROSTRAIN_LOG_LEVEL_ERROR, microstrain::LogLevel::WARN = MICROSTRAIN_LOG_LEVEL_WARN,
  microstrain::LogLevel::INFO = MICROSTRAIN_LOG_LEVEL_INFO, microstrain::LogLevel::DEBUG = MICROSTRAIN_LOG_LEVEL_DEBUG, microstrain::LogLevel::TRACE = MICROSTRAIN_LOG_LEVEL_TRACE
}