openHiTLS API openHiTLS 0.1.0-Alpha1

◆ BSL_LOG_BinLogVarLenFunc

typedef void(* BSL_LOG_BinLogVarLenFunc) (uint32_t logId, uint32_t logLevel, uint32_t logType, void *format, void *para)

Callback type for variable-length binlogs.

This type function format contains only one s, If no s exists, use BSL_LOG_BinLogFixLenFunc type. If there are more than one s, call the interface multiple times.