StdAir Logo  1.00.3
C++ Standard Airline IT Object Library
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

Enumerator
CRITICAL 
ERROR 
NOTIFICATION 
WARNING 
DEBUG 
VERBOSE 
LAST_VALUE 

Definition at line 18 of file stdair_log.hpp.

Variable Documentation

const std::string stdair::LOG::_logLevels[LAST_VALUE]
static
Initial value:
=
{"C", "E", "N", "W", "D", "V"}

Definition at line 28 of file stdair_log.hpp.

Referenced by stdair::Logger::log(), stdair::BasLogParams::toShortString(), and stdair::BasLogParams::toString().