Function wayland_commons::debug::print_send_message [−][src]
pub fn print_send_message(
interface: &str,
id: u32,
is_alive: bool,
msg_name: &str,
args: &[Argument]
)
Print the send message to stderr in a following format:
[timestamp] -> interface@id.msg_name(args)
If is_alive
is false
the [ZOMBIE]
is added after id
.