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