pub fn print_dispatched_message(
    interface: &str,
    id: u32,
    msg_name: &str,
    args: &[Argument]
)
Expand description

Print the dispatched message to stderr in a following format:

[timestamp] <- interface@id.msg_name(args)