Module bevy::log::tracing_subscriber::filter::combinator

Expand description

Filter combinators

Structsยง

  • Combines two Filters so that spans and events are enabled if and only if both filters return true.
  • Inverts the result of a Filter.
  • Combines two Filters so that spans and events are enabled if either filter returns true.