[][src]Function tracing_test::internal::logs_with_scope_contain

pub fn logs_with_scope_contain(scope: &str, val: &str) -> bool

Return whether the logs with the specified scope contain the specified value.

This function should usually not be used directly, instead use the logs_contain(val: &str) function injected by the #[traced_test] macro.