Return separate counts of TID reqs that succeed and result in error
[trust_router.git] / include / tr_debug.h
index c6de406..2400ba2 100644 (file)
@@ -50,6 +50,7 @@
 #define tr_info(...)    tr_log(LOG_INFO, __VA_ARGS__)
 #define tr_debug(...)   tr_log(LOG_DEBUG, __VA_ARGS__)
 
+TR_EXPORT const char *sev2str(int sev);
 TR_EXPORT int str2sev(const char *sev);
 TR_EXPORT void tr_log_threshold(const int sev);
 TR_EXPORT void tr_console_threshold(const int sev);