Set a log callback function.
Useful for debugging or verbosity.
- Note
- Set the callback before calling reverse_proxy_client_start_proxy().
- Parameters
-
| client | The reverse proxy client |
| callback | The log callback function that will be called when the reverse proxy logs something. |
| user_data | A pointer that will be passed to the callback function. |