Function wayland_commons::debug::print_dispatched_message [−][src]
pub fn print_dispatched_message(
interface: &str,
id: u32,
msg_name: &str,
args: &[Argument]
)
Print the dispatched message to stderr in a following format:
[timestamp] <- interface@id.msg_name(args)