KIM API V2
Macros
KIM_ModelRefreshLogMacros.hpp 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:
modelRefresh->LogEntry(KIM_LOG_VERBOSITY_debug, message, \
__LINE__, __FILE__)
KIM_LogVerbosity const KIM_LOG_VERBOSITY_debug

Definition at line 82 of file KIM_ModelRefreshLogMacros.hpp.

◆ LOG_ERROR

#define LOG_ERROR (   message)
Value:
modelRefresh->LogEntry(KIM_LOG_VERBOSITY_error, message, \
__LINE__, __FILE__)
KIM_LogVerbosity const KIM_LOG_VERBOSITY_error

Definition at line 49 of file KIM_ModelRefreshLogMacros.hpp.

◆ LOG_FATAL

#define LOG_FATAL (   message)
Value:
modelRefresh->LogEntry(KIM_LOG_VERBOSITY_fatal, message, \
__LINE__, __FILE__)
KIM_LogVerbosity const KIM_LOG_VERBOSITY_fatal

Definition at line 38 of file KIM_ModelRefreshLogMacros.hpp.

◆ LOG_INFORMATION

#define LOG_INFORMATION (   message)
Value:
modelRefresh->LogEntry(KIM_LOG_VERBOSITY_information, message, \
__LINE__, __FILE__)
KIM_LogVerbosity const KIM_LOG_VERBOSITY_information

Definition at line 71 of file KIM_ModelRefreshLogMacros.hpp.

◆ LOG_WARNING

#define LOG_WARNING (   message)
Value:
modelRefresh->LogEntry(KIM_LOG_VERBOSITY_warning, message, \
__LINE__, __FILE__)
KIM_LogVerbosity const KIM_LOG_VERBOSITY_warning

Definition at line 60 of file KIM_ModelRefreshLogMacros.hpp.