File: KIM_LOG_DEFINES.inc.in

package info (click to toggle)
kim-api 2.4.1-1~exp1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 4,624 kB
  • sloc: cpp: 32,594; f90: 12,746; ansic: 3,041; sh: 1,283; lisp: 130; python: 35; makefile: 13
file content (14 lines) | stat: -rw-r--r-- 408 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef KIM_LOG_DEFINES_INC_
#define KIM_LOG_DEFINES_INC_

#define KIM_LOG_VERBOSITY_SILENT_ 0
#define KIM_LOG_VERBOSITY_FATAL_ 1
#define KIM_LOG_VERBOSITY_ERROR_ 2
#define KIM_LOG_VERBOSITY_WARNING_ 3
#define KIM_LOG_VERBOSITY_INFORMATION_ 4
#define KIM_LOG_VERBOSITY_DEBUG_ 5

/* clang-format off */
#define KIM_LOG_MAXIMUM_LEVEL KIM_LOG_VERBOSITY_@KIM_API_LOG_MAXIMUM_LEVEL@_
/* clang-format on */
#endif