#define KSI_ATTRIBUTE(x)
Definition: common.h:28
struct KSI_TLV_st KSI_TLV
Definition: types_base.h:83
struct KSI_CTX_st KSI_CTX
Definition: types_base.h:78
struct KSI_DataHash_st KSI_DataHash
Definition: hash.h:52
int KSI_LOG_StreamLogger(void *logCtx, int logLevel, const char *message)
int int int int int int int KSI_LOG_logTlv(KSI_CTX *ctx, int level, const char *prefix, const KSI_TLV *tlv)
int KSI_LOG_logCtxError(KSI_CTX *ctx, int level)
int int int int int KSI_LOG_error(KSI_CTX *ctx, char *format,...) KSI_ATTRIBUTE((format(printf
KSI_LOG_LVL_en
Definition: log.h:39
int int int KSI_LOG_notice(KSI_CTX *ctx, char *format,...) KSI_ATTRIBUTE((format(printf
int int int int int int KSI_LOG_logBlob(KSI_CTX *ctx, int level, const char *prefix_format, const unsigned char *data, size_t data_len,...) KSI_ATTRIBUTE((format(printf
int int int int KSI_LOG_warn(KSI_CTX *ctx, char *format,...) KSI_ATTRIBUTE((format(printf
int KSI_LOG_debug(KSI_CTX *ctx, char *format,...) KSI_ATTRIBUTE((format(printf
int int KSI_LOG_info(KSI_CTX *ctx, char *format,...) KSI_ATTRIBUTE((format(printf
int KSI_LOG_logDataHash(KSI_CTX *ctx, int level, const char *prefix, const KSI_DataHash *hsh)
@ KSI_LOG_ERROR
Definition: log.h:44
@ KSI_LOG_INFO
Definition: log.h:53
@ KSI_LOG_DEBUG
Definition: log.h:56
@ KSI_LOG_WARN
Definition: log.h:47
@ KSI_LOG_NONE
Definition: log.h:41
@ KSI_LOG_NOTICE
Definition: log.h:50