40 #ifndef KIM_LOG_VERBOSITY_DEFINED_ 41 #define KIM_LOG_VERBOSITY_DEFINED_ 47 #ifndef KIM_LOG_DEFINED_ 48 #define KIM_LOG_DEFINED_ 64 char const *
const message,
65 int const lineNumber,
char const *
const fileName);
void KIM_Log_Destroy(KIM_Log **const log)
int KIM_Log_Create(KIM_Log **const log)
void KIM_Log_LogEntry(KIM_Log const *const log, KIM_LogVerbosity const logVerbosity, char const *const message, int const lineNumber, char const *const fileName)
void KIM_Log_PushVerbosity(KIM_Log *const log, KIM_LogVerbosity const logVerbosity)
void KIM_Log_SetID(KIM_Log *const log, char const *const id)
char const *const KIM_Log_GetID(KIM_Log const *const log)
void KIM_Log_PopVerboisty(KIM_Log *const log)