Macro wireplumber::trace

source ·
macro_rules! trace {
    (@ $self:expr, $($args:tt)*) => { ... };
    (self : $self:expr, domain : $log_domain:expr, $format:literal $($args:tt)*) => { ... };
    (self : $self:expr, $format:literal $($args:tt)*) => { ... };
    ($format:literal $($args:tt)*) => { ... };
    (domain : $log_domain:expr, $format:literal $($args:tt)*) => { ... };
}