KIM API V2
Macros
KIM_ModelCreateLogMacros.h File Reference

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)
 

Macro Definition Documentation

◆ DEBUG_VERBOSITY

#define DEBUG_VERBOSITY   (KIM_LOG_MAXIMUM_LEVEL >= KIM_LOG_VERBOSITY_DEBUG_)

Definition at line 93 of file KIM_ModelCreateLogMacros.h.

◆ ERROR_VERBOSITY

#define ERROR_VERBOSITY   (KIM_LOG_MAXIMUM_LEVEL >= KIM_LOG_VERBOSITY_ERROR_)

Definition at line 51 of file KIM_ModelCreateLogMacros.h.

◆ FATAL_VERBOSITY

#define FATAL_VERBOSITY   (KIM_LOG_MAXIMUM_LEVEL >= KIM_LOG_VERBOSITY_FATAL_)

Definition at line 37 of file KIM_ModelCreateLogMacros.h.

◆ INFORMATION_VERBOSITY

#define INFORMATION_VERBOSITY   (KIM_LOG_MAXIMUM_LEVEL >= KIM_LOG_VERBOSITY_INFORMATION_)

Definition at line 79 of file KIM_ModelCreateLogMacros.h.

◆ LOG_DEBUG

#define LOG_DEBUG (   message)
Value:
__LINE__, __FILE__)
KIM_LogVerbosity const KIM_LOG_VERBOSITY_debug
void KIM_ModelCreate_LogEntry(KIM_ModelCreate const *const modelCreate, KIM_LogVerbosity const logVerbosity, char const *const message, int const lineNumber, char const *const fileName)

Definition at line 98 of file KIM_ModelCreateLogMacros.h.

◆ LOG_ERROR

#define LOG_ERROR (   message)
Value:
__LINE__, __FILE__)
void KIM_ModelCreate_LogEntry(KIM_ModelCreate const *const modelCreate, KIM_LogVerbosity const logVerbosity, char const *const message, int const lineNumber, char const *const fileName)
KIM_LogVerbosity const KIM_LOG_VERBOSITY_error

Definition at line 56 of file KIM_ModelCreateLogMacros.h.

◆ LOG_FATAL

#define LOG_FATAL (   message)
Value:
__LINE__, __FILE__)
void KIM_ModelCreate_LogEntry(KIM_ModelCreate const *const modelCreate, KIM_LogVerbosity const logVerbosity, char const *const message, int const lineNumber, char const *const fileName)
KIM_LogVerbosity const KIM_LOG_VERBOSITY_fatal

Definition at line 42 of file KIM_ModelCreateLogMacros.h.

◆ LOG_INFORMATION

#define LOG_INFORMATION (   message)
Value:
__LINE__, __FILE__)
void KIM_ModelCreate_LogEntry(KIM_ModelCreate const *const modelCreate, KIM_LogVerbosity const logVerbosity, char const *const message, int const lineNumber, char const *const fileName)
KIM_LogVerbosity const KIM_LOG_VERBOSITY_information

Definition at line 84 of file KIM_ModelCreateLogMacros.h.

◆ LOG_WARNING

#define LOG_WARNING (   message)
Value:
__LINE__, __FILE__)
void KIM_ModelCreate_LogEntry(KIM_ModelCreate const *const modelCreate, KIM_LogVerbosity const logVerbosity, char const *const message, int const lineNumber, char const *const fileName)
KIM_LogVerbosity const KIM_LOG_VERBOSITY_warning

Definition at line 70 of file KIM_ModelCreateLogMacros.h.

◆ WARNING_VERBOSITY

#define WARNING_VERBOSITY   (KIM_LOG_MAXIMUM_LEVEL >= KIM_LOG_VERBOSITY_WARNING_)

Definition at line 65 of file KIM_ModelCreateLogMacros.h.