openHiTLS API
openHiTLS 0.1.0-Alpha1
首页
模块
结构体
文件
Bsl_log
BSL_LOG_BINLOG_TYPE_RUN
BSL_LOG_BinLogFixLenFunc
BSL_LOG_BinLogVarLenFunc
BSL_LOG_GetBinLogLevel
BSL_LOG_GetVersion
BSL_LOG_GetVersionNum
BSL_LOG_LEVEL_DEBUG
BSL_LOG_LEVEL_ERR
BSL_LOG_LEVEL_FATAL
BSL_LOG_LEVEL_INFO
BSL_LOG_LEVEL_SEC
BSL_LOG_LEVEL_WARN
BSL_LOG_RegBinLogFunc
BSL_LOG_SetBinLogLevel
OPENHITLS_VERSION_S
◆
BSL_LOG_RegBinLogFunc()
int32_t BSL_LOG_RegBinLogFunc
(
const
BSL_LOG_BinLogFuncs
*
funcs
)
Set the fixed-length and variable-length callback function for binlogs.
注意
The input parameter can be NULL.
参数
funcs
[IN] Callback function pointer collection of the binlog. The parameter cannot be null, but the member of the structure can be null.
返回值
#BSL_SUCCESS.
制作者
1.9.7