My Project
Loading...
Searching...
No Matches
logging.h
1
35WOLFSSL_API int wolfSSL_SetLoggingCb(wolfSSL_Logging_cb log_function);
36
58WOLFSSL_API int wolfSSL_Debugging_ON(void);
59
78WOLFSSL_API void wolfSSL_Debugging_OFF(void);
WOLFSSL_API void wolfSSL_Debugging_OFF(void)
This function turns off runtime logging messages. If they’re already off, no action is taken.
Definition logging.c:165
WOLFSSL_API int wolfSSL_Debugging_ON(void)
If logging has been enabled at build time this function turns on logging at runtime....
Definition logging.c:151
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....
Definition logging.c:129