Annotation Interface LoggingInspections.Message
- Enclosing class:
LoggingInspections
public static @interface LoggingInspections.Message
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionLogger[]Descriptor of the log messages to watch forbooleanWhether to reset the inspection before each test method.
-
Element Details
-
messageKey
String messageKeyThe message-key to watch for. The message-key is the combination ofMessageLogger.projectCode()andMessage.id()used by JBoss Logging to prefix each messaged log event -
resetBeforeEach
boolean resetBeforeEachWhether to reset the inspection before each test method.- Default:
true
-
loggers
-