KIM API V2
|
Go to the source code of this file.
Macros | |
#define | FATAL_VERBOSITY (KIM_LOG_MAXIMUM_LEVEL >= KIM_LOG_VERBOSITY_FATAL_) |
#define | LOG_FATAL(message) |
#define | ERROR_VERBOSITY (KIM_LOG_MAXIMUM_LEVEL >= KIM_LOG_VERBOSITY_ERROR_) |
#define | LOG_ERROR(message) |
#define | WARNING_VERBOSITY (KIM_LOG_MAXIMUM_LEVEL >= KIM_LOG_VERBOSITY_WARNING_) |
#define | LOG_WARNING(message) |
#define | INFORMATION_VERBOSITY (KIM_LOG_MAXIMUM_LEVEL >= KIM_LOG_VERBOSITY_INFORMATION_) |
#define | LOG_INFORMATION(message) |
#define | DEBUG_VERBOSITY (KIM_LOG_MAXIMUM_LEVEL >= KIM_LOG_VERBOSITY_DEBUG_) |
#define | LOG_DEBUG(message) |
#define DEBUG_VERBOSITY (KIM_LOG_MAXIMUM_LEVEL >= KIM_LOG_VERBOSITY_DEBUG_) |
Definition at line 95 of file KIM_ModelComputeArgumentsDestroyLogMacros.h.
#define ERROR_VERBOSITY (KIM_LOG_MAXIMUM_LEVEL >= KIM_LOG_VERBOSITY_ERROR_) |
Definition at line 51 of file KIM_ModelComputeArgumentsDestroyLogMacros.h.
#define FATAL_VERBOSITY (KIM_LOG_MAXIMUM_LEVEL >= KIM_LOG_VERBOSITY_FATAL_) |
Definition at line 37 of file KIM_ModelComputeArgumentsDestroyLogMacros.h.
#define INFORMATION_VERBOSITY (KIM_LOG_MAXIMUM_LEVEL >= KIM_LOG_VERBOSITY_INFORMATION_) |
Definition at line 80 of file KIM_ModelComputeArgumentsDestroyLogMacros.h.
#define LOG_DEBUG | ( | message | ) |
Definition at line 100 of file KIM_ModelComputeArgumentsDestroyLogMacros.h.
#define LOG_ERROR | ( | message | ) |
Definition at line 56 of file KIM_ModelComputeArgumentsDestroyLogMacros.h.
#define LOG_FATAL | ( | message | ) |
Definition at line 42 of file KIM_ModelComputeArgumentsDestroyLogMacros.h.
#define LOG_INFORMATION | ( | message | ) |
Definition at line 85 of file KIM_ModelComputeArgumentsDestroyLogMacros.h.
#define LOG_WARNING | ( | message | ) |
Definition at line 70 of file KIM_ModelComputeArgumentsDestroyLogMacros.h.
#define WARNING_VERBOSITY (KIM_LOG_MAXIMUM_LEVEL >= KIM_LOG_VERBOSITY_WARNING_) |
Definition at line 65 of file KIM_ModelComputeArgumentsDestroyLogMacros.h.