I have implemented a similar plugin to the platform loggers.
It uses the same way to create loggers and have same side effects: if loggers are re-used in other tests then a tester-developer should clean invocations manually by Mockito.clearInvocations(*). I have added an extension that does that small work before and after tests.
How about adding similar extension to mock-slf4j-impl?