
|
My Project
|
Functions | |
| WOLFSSL_API int | wolfSSL_SetLoggingCb (wolfSSL_Logging_cb log_function) |
| This function registers a logging callback that will be used to handle the wolfSSL log message. By default, if the system supports it fprintf() to stderr is used but by using this function anything can be done by the user. | |
| WOLFSSL_API int wolfSSL_SetLoggingCb | ( | wolfSSL_Logging_cb | log_function | ) |
This function registers a logging callback that will be used to handle the wolfSSL log message. By default, if the system supports it fprintf() to stderr is used but by using this function anything can be done by the user.
| log_function | function to register as a logging callback. Function signature must follow the above prototype. |
Example