Home
last modified time | relevance | path

Searched refs:TestLogger (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Virtualization/libs/avflog/src/
Dlib.rs42 struct TestLogger { struct
45 static TEST_LOGGER: TestLogger = TestLogger { last_log: RefCell::new(String::new()) };
48 unsafe impl Sync for TestLogger {} implementation
50 impl Log for TestLogger { implementation