Annotation Interface LoggingInspections


@Inherited @Target(TYPE) @Retention(RUNTIME) @ExtendWith(LoggingInspectionsExtension.class) @ExtendWith(LoggingInspectionsScopeResolver.class) public @interface LoggingInspections
Injects the ability to watch multiple for log messages being triggered. Only available at the class-level For watching a single message-key, MessageKeyInspection is a better option.