KIM API V2
Macros
KIM_ModelCreateLogMacros.h File Reference

Go to the source code of this file.

Macros

#define LOG_FATAL(message)
 
#define LOG_ERROR(message)
 
#define LOG_WARNING(message)
 
#define LOG_INFORMATION(message)
 
#define LOG_DEBUG(message)
 

Macro Definition Documentation

◆ 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 88 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 52 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 40 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 76 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 64 of file KIM_ModelCreateLogMacros.h.