36 #ifndef KIM_LOG_VERBOSITY_H_ 37 #define KIM_LOG_VERBOSITY_H_ 46 #ifndef KIM_LOG_VERBOSITY_DEFINED_ 47 #define KIM_LOG_VERBOSITY_DEFINED_ 75 int *
const numberOfLogVerbosities);
int KIM_LogVerbosity_LessThanEqual(KIM_LogVerbosity const left, KIM_LogVerbosity const right)
int KIM_LogVerbosity_NotEqual(KIM_LogVerbosity const left, KIM_LogVerbosity const right)
void KIM_LOG_VERBOSITY_GetNumberOfLogVerbosities(int *const numberOfLogVerbosities)
char const *const KIM_LogVerbosity_String(KIM_LogVerbosity const logVerbosity)
int KIM_LOG_VERBOSITY_GetLogVerbosity(int const index, KIM_LogVerbosity *const logVerbosity)
KIM_LogVerbosity const KIM_LOG_VERBOSITY_debug
KIM_LogVerbosity const KIM_LOG_VERBOSITY_warning
KIM_LogVerbosity const KIM_LOG_VERBOSITY_silent
KIM_LogVerbosity const KIM_LOG_VERBOSITY_information
KIM_LogVerbosity const KIM_LOG_VERBOSITY_fatal
KIM_LogVerbosity KIM_LogVerbosity_FromString(char const *const str)
int KIM_LogVerbosity_GreaterThanEqual(KIM_LogVerbosity const left, KIM_LogVerbosity const right)
KIM_LogVerbosity const KIM_LOG_VERBOSITY_error
int KIM_LogVerbosity_GreaterThan(KIM_LogVerbosity const left, KIM_LogVerbosity const right)
int KIM_LogVerbosity_Equal(KIM_LogVerbosity const left, KIM_LogVerbosity const right)
int KIM_LogVerbosity_LessThan(KIM_LogVerbosity const left, KIM_LogVerbosity const right)