Changeset 6081 for pjproject/trunk/pjsip/include/pjsua2/endpoint.hpp
- Timestamp:
- Sep 30, 2019 6:08:48 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsua2/endpoint.hpp
r6074 r6081 1098 1098 /** 1099 1099 * Write a log entry. 1100 * Application must implement its own custom LogWriter and 1101 * this function will then call the LogWriter::write() method. 1102 * Note that this function does not call PJSIP's internal 1103 * logging functionality. For that, you should use 1104 * utilLogWrite(prmLevel, prmSender, prmMsg) above. 1100 1105 * 1101 1106 * @param e The log entry.
Note: See TracChangeset
for help on using the changeset viewer.