OpcUaCanOpen
CANopen OPC-UA server
LogLevels.h File Reference
#include <string>

Go to the source code of this file.

Namespaces

 Log
 

Enumerations

enum  Log::LOG_LEVEL {
  Log::TRC = 0, Log::DBG, Log::INF, Log::WRN,
  Log::ERR
}
 

Functions

std::string Log::logLevelToString (const LOG_LEVEL &level)
 
bool Log::logLevelFromString (const std::string &s, LOG_LEVEL &out)