openHiTLS API openHiTLS 0.1.0-Alpha1

◆ BSL_LOG_RegBinLogFunc()

int32_t BSL_LOG_RegBinLogFunc ( const BSL_LOG_BinLogFuncs funcs)

Set the fixed-length and variable-length callback function for binlogs.

Attention
The input parameter can be NULL.
Parameters
funcs[IN] Callback function pointer collection of the binlog. The parameter cannot be null, but the member of the structure can be null.
Return values
#BSL_SUCCESS.