Log.h
Go to the documentation of this file.
63 #define ABASESDK_MESSAGE(severity, ...) { if (getOutputLevel() >= severity) report(severity, L"ABASE", __VA_ARGS__); }
Definition: Log.h:31
int ABASESDK_LINK_SPEC getOutputLevel()
Definition: AlgorithmWorkset.h:17
Definition: Log.h:33
bool ABASESDK_LINK_SPEC setReportHook(int mode, REPORT_HOOK newHook)
Definition: Log.h:30
Definition: Log.h:34
Definition: Log.h:32
Definition: Log.h:29
void ABASESDK_LINK_SPEC report(int verboseLevel, const wchar_t *module, const wchar_t *format,...)
void ABASESDK_LINK_SPEC vReport(int verboseLevel, const wchar_t *module, const wchar_t *format, va_list args)
void ABASESDK_LINK_SPEC setOutputLevel(int mode)