18#include "pw_log_string/config.h"
19#include "pw_preprocessor/compiler.h"
20#include "pw_preprocessor/util.h"
31#define PW_LOG_STRING_HANDLE_MESSAGE PW_LOG_STRING_CONFIG_HANDLE_MESSAGE
36void pw_log_string_HandleMessage(
int level,
38 const char* module_name,
39 const char* file_name,
46void pw_log_string_HandleMessageVaList(
int level,
48 const
char* module_name,
49 const
char* file_name,
#define PW_PRINTF_FORMAT(format_index, parameter_index)
Definition: compiler.h:86