Go to the documentation of this file.
19 #ifndef TPIE_LOGPRIORITY_H
20 #define TPIE_LOGPRIORITY_H
27 #include <tpie/config.h>
69 #endif //TPIE_LOGPRIORITY_H
@ LOG_USER1
Logging levels to be further defined by user applications.
@ LOG_INFORMATIONAL
LOG_INFORMATIONAL is used for informational messagse.
log_level
TPIE logging levels, from higest priority to lowest.
@ LOG_FATAL
LOG_FATAL is the highest error level and is used for all kinds of errors that would normally impair s...
@ LOG_APP_DEBUG
LOG_APP_DEBUG can be used by applications built on top of TPIE, for logging debugging information.
@ LOG_DEBUG
LOG_DEBUG is the lowest level and is used by the TPIE library for logging debugging information.
@ LOG_ERROR
LOG_ERROR is used for none fatal errors.
@ LOG_WARNING
LOG_WARNING is used for warnings.
@ LOG_MEM_DEBUG
Logging level for warnings concerning memory allocation and deallocation.