pub unsafe extern "C" fn z_log_msg_simple_create_2(
source: *const c_void,
level: u32,
fmt: *const i8,
arg0: u32,
arg1: u32,
)
Expand description
@brief Create log message using simplified method for string with two arguments.
@param source Pointer to the source structure. @param level Severity level. @param fmt String pointer. @param arg0 String argument. @param arg1 String argument.