kim-api 2.3.0+AppleClang.AppleClang.GNU
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
Loading...
Searching...
No Matches
KIM_LOG_DEFINES.inc.in
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/* clang-format off */
12#define KIM_LOG_MAXIMUM_LEVEL KIM_LOG_VERBOSITY_@KIM_API_LOG_MAXIMUM_LEVEL@_
13/* clang-format on */
14#endif