LArOpenCV  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
Enumerations | Variables
larcaffe::msg Namespace Reference

Namespace for larcaffe message related types. More...

Enumerations

enum  Level_t {
  kDEBUG, kINFO, kNORMAL, kWARNING,
  kERROR, kCRITICAL, kMSG_TYPE_MAX
}
 

Variables

const std::string kStringPrefix [kMSG_TYPE_MAX]
 Prefix of message. More...
 

Detailed Description

Namespace for larcaffe message related types.

Enumeration Type Documentation

Enumerator
kDEBUG 
kINFO 
kNORMAL 
kWARNING 
kERROR 
kCRITICAL 
kMSG_TYPE_MAX 

Definition at line 20 of file LArCaffeTypes.h.

Variable Documentation

const std::string larcaffe::msg::kStringPrefix[kMSG_TYPE_MAX]
Initial value:
=
{
" \033[94m[DEBUG]\033[00m ",
" \033[92m[INFO]\033[00m ",
" \033[95m[NORMAL]\033[00m ",
" \033[93m[WARNING]\033[00m ",
" \033[91m[ERROR]\033[00m ",
" \033[5;1;33;41m[CRITICAL]\033[00m "
}

Prefix of message.

Definition at line 22 of file LArCaffeTypes.h.