[][src]Function loggy::clear_log

pub fn clear_log()

Clear the log buffer following the comparison.

This is meant to be used in tests using the test_loggy! macro. Tests using this macro expect the log buffer being clear at the end of the test, either by using this function or assert_log.