Lines Matching refs:with
139 crate::registry().with(RecordingLayer { in context_event_span()
167 .with(NopLayer) in mixed_with_unfiltered()
168 .with(NopLayer.with_filter(LevelFilter::INFO)); in mixed_with_unfiltered()
174 let subscriber = crate::registry().with(NopLayer).with( in mixed_with_unfiltered_layered()
185 .with(NopLayer) in mixed_interleaved()
186 .with(NopLayer.with_filter(LevelFilter::INFO)) in mixed_interleaved()
187 .with(NopLayer) in mixed_interleaved()
188 .with(NopLayer.with_filter(LevelFilter::INFO)); in mixed_interleaved()
195 .with(NopLayer.with_filter(LevelFilter::INFO).and_then(NopLayer)) in mixed_layered()
196 .with(NopLayer.and_then(NopLayer.with_filter(LevelFilter::INFO))); in mixed_layered()
203 .with(NopLayer.with_filter(LevelFilter::INFO)) in plf_only_unhinted()
204 .with(NopLayer.with_filter(filter_fn(|_| true))); in plf_only_unhinted()
213 .with( in plf_only_unhinted_nested_outer()
218 .with( in plf_only_unhinted_nested_outer()
233 let subscriber = dbg!(crate::registry().with( in plf_only_unhinted_nested_inner()
245 .with(NopLayer.and_then(NopLayer).with_filter(LevelFilter::INFO)) in unhinted_nested_inner()
246 .with( in unhinted_nested_inner()
258 .with( in unhinted_nested_inner_mixed()
263 .with( in unhinted_nested_inner_mixed()
275 .with(NopLayer.with_filter(LevelFilter::WARN)) in plf_only_picks_max()
276 .with(NopLayer.with_filter(LevelFilter::DEBUG)); in plf_only_picks_max()
283 .with(NopLayer.with_filter(LevelFilter::WARN)) in many_plf_only_picks_max()
284 .with(NopLayer.with_filter(LevelFilter::DEBUG)) in many_plf_only_picks_max()
285 .with(NopLayer.with_filter(LevelFilter::INFO)) in many_plf_only_picks_max()
286 .with(NopLayer.with_filter(LevelFilter::ERROR)); in many_plf_only_picks_max()
293 .with( in nested_plf_only_picks_max()
300 .with( in nested_plf_only_picks_max()