@Retention(value=RUNTIME) @Target(value={TYPE,METHOD}) @ExtendWith(value=TestLoggerExtension.class) public static @interface TestLoggerExtension.Redirect
TestLoggerExtension
that routes log messages only to the injected TestLogger
,
suppressing the logs from the original logger. Messages don't include thread names.