pub unsafe extern "C" fn coco_info_partial(
message: *const c_char,
...
)Expand description
@brief Prints only the given message without any prefix and new line.
A function similar to coco_info but producing no additional text than the given message.
The output is only produced if coco_log_level >= COCO_INFO.