Opened 15 years ago
Last modified 15 years ago
#981 closed enhancement
New pj_perror() utility API to print error message to the log — at Version 1
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.5 |
Component: | pjlib | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description (last modified by bennylp)
New API in <pj/errno.h>:
PJ_DECL(void) pj_perror(int log_level, const char *sender, pj_status_t status, const char *title, int options);
Note: See
TracTickets for help on using
tickets.