ZIO
Python and C++ interface to ZeroMQ and Zyre
Enumerations | Functions
zio::level Namespace Reference

Enumerations

enum  MessageLevel {
  undefined =0, trace, verbose, debug,
  info, summary, warning, error,
  fatal
}
 

Functions

const char * name (MessageLevel lvl)
 

Enumeration Type Documentation

◆ MessageLevel

Enumerator
undefined 
trace 
verbose 
debug 
info 
summary 
warning 
error 
fatal 

Definition at line 18 of file message.hpp.

Function Documentation

◆ name()

const char * zio::level::name ( MessageLevel  lvl)

Definition at line 7 of file message.cpp.