assert_logged

Macro assert_logged 

Source
macro_rules! assert_logged {
    ( $search:expr , $occurrences:expr ) => { ... };
}
Expand description

macro that can assert logs in tests. Note: tests that use this must be used in traced_test function and only with tokio’s current runtime.