pub type MultiMmapLog<ItemType, const MAX_STREAMS: usize, const INSTRUMENTS: usize = {Instruments::LogsWithMetrics.into()}> = Multi<ItemType, ChannelMultiMmapLog<ItemType, MAX_STREAMS>, INSTRUMENTS, &'static ItemType>;