zephyr::raw

Function z_log_msg_simple_create_1

source
pub unsafe extern "C" fn z_log_msg_simple_create_1(
    source: *const c_void,
    level: u32,
    fmt: *const i8,
    arg: u32,
)
Expand description

@brief Create log message using simplified method for string with a one argument.

@param source Pointer to the source structure. @param level Severity level. @param fmt String pointer. @param arg String argument.