StdAir Logo  1.00.21
C++ Standard Airline IT Object Library
Loading...
Searching...
No Matches
stdair::LOG Namespace Reference

Enumerations

enum  EN_LogLevel {
  CRITICAL = 0 , ERROR , NOTIFICATION , WARNING ,
  DEBUG , VERBOSE , LAST_VALUE
}
 

Variables

static const std::string _logLevels [LAST_VALUE]
 

Detailed Description

Level of logs.

Enumeration Type Documentation

◆ EN_LogLevel

Enumerator
CRITICAL 
ERROR 
NOTIFICATION 
WARNING 
DEBUG 
VERBOSE 
LAST_VALUE 

Definition at line 18 of file stdair_log.hpp.

Variable Documentation

◆ _logLevels

const std::string stdair::LOG::_logLevels[LAST_VALUE]
static