enum te_log_msg_arg_type

Overview

Types of TE log message arguments More…

#include <te_log_fmt.h>

enum te_log_msg_arg_type {
    TE_LOG_MSG_FMT_ARG_EOR,
    TE_LOG_MSG_FMT_ARG_INT,
    TE_LOG_MSG_FMT_ARG_MEM,
    TE_LOG_MSG_FMT_ARG_FILE,
};

Detailed Documentation

Types of TE log message arguments

Enum Values

TE_LOG_MSG_FMT_ARG_EOR

End-of-record

TE_LOG_MSG_FMT_ARG_INT

Integer in network bytes order

TE_LOG_MSG_FMT_ARG_MEM

Memory dump or string

TE_LOG_MSG_FMT_ARG_FILE

File content