Go to the documentation of this file. 36 #undef FATAL_VERBOSITY 37 #define FATAL_VERBOSITY (KIM_LOG_MAXIMUM_LEVEL >= KIM_LOG_VERBOSITY_FATAL_) 41 #if (KIM_LOG_MAXIMUM_LEVEL >= KIM_LOG_VERBOSITY_FATAL_) 42 #define LOG_FATAL(message) \ 43 KIM_ModelComputeArgumentsDestroy_LogEntry(modelComputeArgumentsDestroy, \ 44 KIM_LOG_VERBOSITY_fatal, message, \ 47 #define LOG_FATAL(message) 50 #undef ERROR_VERBOSITY 51 #define ERROR_VERBOSITY (KIM_LOG_MAXIMUM_LEVEL >= KIM_LOG_VERBOSITY_ERROR_) 55 #if (KIM_LOG_MAXIMUM_LEVEL >= KIM_LOG_VERBOSITY_ERROR_) 56 #define LOG_ERROR(message) \ 57 KIM_ModelComputeArgumentsDestroy_LogEntry(modelComputeArgumentsDestroy, \ 58 KIM_LOG_VERBOSITY_error, message, \ 61 #define LOG_ERROR(message) 64 #undef WARNING_VERBOSITY 65 #define WARNING_VERBOSITY (KIM_LOG_MAXIMUM_LEVEL >= KIM_LOG_VERBOSITY_WARNING_) 69 #if (KIM_LOG_MAXIMUM_LEVEL >= KIM_LOG_VERBOSITY_WARNING_) 70 #define LOG_WARNING(message) \ 71 KIM_ModelComputeArgumentsDestroy_LogEntry( \ 72 modelComputeArgumentsDestroy, \ 73 KIM_LOG_VERBOSITY_warning, message, \ 76 #define LOG_WARNING(message) 79 #undef INFORMATION_VERBOSITY 80 #define INFORMATION_VERBOSITY (KIM_LOG_MAXIMUM_LEVEL >= KIM_LOG_VERBOSITY_INFORMATION_) 81 #ifdef LOG_INFORMATION 82 #undef LOG_INFORMATION 84 #if (KIM_LOG_MAXIMUM_LEVEL >= KIM_LOG_VERBOSITY_INFORMATION_) 85 #define LOG_INFORMATION(message) \ 86 KIM_ModelComputeArgumentsDestroy_LogEntry(modelComputeArgumentsDestroy, \ 87 KIM_LOG_VERBOSITY_information, \ 91 #define LOG_INFORMATION(message) 94 #undef DEBUG_VERBOSITY 95 #define DEBUG_VERBOSITY (KIM_LOG_MAXIMUM_LEVEL >= KIM_LOG_VERBOSITY_DEBUG_) 99 #if (KIM_LOG_MAXIMUM_LEVEL >= KIM_LOG_VERBOSITY_DEBUG_) 100 #define LOG_DEBUG(message) \ 101 KIM_ModelComputeArgumentsDestroy_LogEntry(modelComputeArgumentsDestroy, \ 102 KIM_LOG_VERBOSITY_debug, message, \ 105 #define LOG_DEBUG(message)