pub fn print_send_message(
interface: &str,
id: u32,
is_alive: bool,
msg_name: &str,
args: &[Argument],
)
Expand description
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
.