Format string parsing

Overview

Some TE-specific features, such as memory dump, file content logging, and additional length modifiers are supported. More…

// structs

struct te_log_out_params;

// global functions

te_errno te_log_vprintf_old(struct te_log_out_params* param, const char* fmt, va_list ap);

Detailed Documentation

Some TE-specific features, such as memory dump, file content logging, and additional length modifiers are supported.

Copyright (C) 2004-2022 OKTET Labs Ltd. All rights reserved.

Global Functions

te_errno te_log_vprintf_old(struct te_log_out_params* param, const char* fmt, va_list ap)

Preprocess and output message to log with special features parsing

Parameters:

param

Output parameters

fmt

Format string

ap

Arguments for the format string

Returns:

Status code