macro_rules! targets { ($($target:expr),+) => { ... }; }
Creates a TargetSet from a varying set of targets. TargetSet allows the logger to log to more than a single target at once.
TargetSet