FD.io VPP  v19.08.1-401-g8e4ed521a
Vector Packet Processing
VOM::log_level_t Struct Reference
+ Inheritance diagram for VOM::log_level_t:
+ Collaboration diagram for VOM::log_level_t:

Static Public Attributes

static const log_level_t CRITICAL
 
static const log_level_t ERROR
 
static const log_level_t WARNING
 
static const log_level_t INFO
 
static const log_level_t DEBUG
 

Additional Inherited Members

- Public Member Functions inherited from VOM::enum_base< log_level_t >
const std::string & to_string () const
 convert to string format for debug purposes More...
 
bool operator== (const enum_base &e) const
 Comparison operator. More...
 
enum_baseoperator= (const enum_base &e)
 Assignment. More...
 
enum_baseoperator|= (const enum_base &e)
 bitwise or assignemnt More...
 
enum_base operator| (const enum_base &e1) const
 bitwise or More...
 
bool operator!= (const enum_base &e) const
 Comparison operator. More...
 
 operator int () const
 integer conversion operator More...
 
int value () const
 Return the value of the enum - same as integer conversion. More...
 
- Protected Member Functions inherited from VOM::enum_base< log_level_t >
 enum_base (int value, const std::string desc)
 Constructor of an enum - takes value and string description. More...
 
virtual ~enum_base ()
 Constructor. More...
 

Detailed Description

Definition at line 26 of file logger.hpp.

Field Documentation

◆ CRITICAL

const log_level_t VOM::log_level_t::CRITICAL
static

Definition at line 28 of file logger.hpp.

◆ DEBUG

const log_level_t VOM::log_level_t::DEBUG
static

Definition at line 32 of file logger.hpp.

◆ ERROR

const log_level_t VOM::log_level_t::ERROR
static

Definition at line 29 of file logger.hpp.

◆ INFO

const log_level_t VOM::log_level_t::INFO
static

Definition at line 31 of file logger.hpp.

◆ WARNING

const log_level_t VOM::log_level_t::WARNING
static

Definition at line 30 of file logger.hpp.


The documentation for this struct was generated from the following files: