struct te_log_arg_descr

Overview

Log argument descriptor More…

#include <te_log_fmt.h>

struct te_log_arg_descr {
    // fields

    te_log_msg_arg_type type;
    size_t len;
    const void* a;
    uint64_t i;
    union te_log_arg_descr::@0 u;
};

Detailed Documentation

Log argument descriptor

Fields

te_log_msg_arg_type type

Type of the argument

size_t len

Data length

const void* a

Pointer argument

uint64_t i

Integer argument