113 int KSI_LOG_logBlob(
KSI_CTX *ctx,
int level,
const char *prefix,
const unsigned char *data,
size_t data_len);
int KSI_LOG_logTlv(KSI_CTX *ctx, int level, const char *prefix, const KSI_TLV *tlv)
int KSI_LOG_logDataHash(KSI_CTX *ctx, int level, const char *prefix, const KSI_DataHash *hsh)
int KSI_LOG_error(KSI_CTX *ctx, char *format,...)
KSI_LOG_LVL_en
Definition: log.h:38
int KSI_LOG_debug(KSI_CTX *ctx, char *format,...)
int KSI_LOG_StreamLogger(void *logCtx, int logLevel, const char *message)
int KSI_LOG_logBlob(KSI_CTX *ctx, int level, const char *prefix, const unsigned char *data, size_t data_len)
struct KSI_DataHash_st KSI_DataHash
Definition: hash.h:50
int KSI_LOG_notice(KSI_CTX *ctx, char *format,...)
int KSI_LOG_warn(KSI_CTX *ctx, char *format,...)
int KSI_LOG_info(KSI_CTX *ctx, char *format,...)
struct KSI_CTX_st KSI_CTX
Definition: types_base.h:124
struct KSI_TLV_st KSI_TLV
Definition: types_base.h:129
int KSI_LOG_logCtxError(KSI_CTX *ctx, int level)