Changeset 62 for pjproject/trunk/pjlib/include/pj/log.h
- Timestamp:
- Nov 20, 2005 7:55:42 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/include/pj/log.h
r51 r62 26 26 27 27 #include <pj/types.h> 28 28 #include <stdarg.h> 29 29 30 30 PJ_BEGIN_DECL … … 125 125 126 126 /** 127 * Write to log. 128 * 129 * @param sender Source of the message. 130 * @param level Verbosity level. 131 * @param format Format. 132 * @param marker Marker. 133 */ 134 PJ_DECL(void) pj_log(const char *sender, int level, 135 const char *format, va_list marker); 136 137 /** 127 138 * Change log output function. The front-end logging functions will call 128 139 * this function to write the actual message to the desired device.
Note: See TracChangeset
for help on using the changeset viewer.