Searched refs:TestLogger (Results 1 – 1 of 1) sorted by relevance
42 struct TestLogger { struct45 static TEST_LOGGER: TestLogger = TestLogger { last_log: RefCell::new(String::new()) };48 unsafe impl Sync for TestLogger {} implementation50 impl Log for TestLogger { implementation