KIM API V2
KIM_LOG_DEFINES.inc
Go to the documentation of this file.
1 #ifndef KIM_LOG_DEFINES_INC_
2 #define KIM_LOG_DEFINES_INC_
3 
4 #define KIM_LOG_VERBOSITY_SILENT_ 0
5 #define KIM_LOG_VERBOSITY_FATAL_ 1
6 #define KIM_LOG_VERBOSITY_ERROR_ 2
7 #define KIM_LOG_VERBOSITY_WARNING_ 3
8 #define KIM_LOG_VERBOSITY_INFORMATION_ 4
9 #define KIM_LOG_VERBOSITY_DEBUG_ 5
10 
11 #include "KIM_LOG_MAXIMUM_LEVEL.inc"
12 #endif