| void rcp_log | ( | rcp_log_t | severity, |
| const rcp_camera_connection_t * | con, | ||
| const char * | msg | ||
| ) |
Wrapper for logging messages from the RCP API.
This function must be implemented by the client code. It is up to the client code on what to do with this log data.
| [in] | severity | severity of log message |
| [in] | con | camera connection associated with message (or NULL if none or unknown) |
| [in] | msg | message contents |