IBR-DTNSuite  0.10
ibrcommon::LogLevel Namespace Reference

Enumerations

enum  LogLevel {
  emergency = 1 << 0, alert = 1 << 1, critical = 1 << 2, error = 1 << 3,
  warning = 1 << 4, notice = 1 << 5, info = 1 << 6, debug = 1 << 7
}
 

Enumeration Type Documentation

Enumerator
emergency 
alert 
critical 
error 
warning 
notice 
info 
debug 

Definition at line 104 of file Logger.h.