quil

Macro targets

Source
macro_rules! targets {
    ($($target:expr),+) => { ... };
}
Expand description

Creates a TargetSet from a varying set of targets. TargetSet allows the logger to log to more than a single target at once.