Annotation Interface LoggingInspections.Message

Enclosing class:
LoggingInspections

public static @interface LoggingInspections.Message
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The message-key to watch for.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Descriptor of the log messages to watch for
  • Element Details

    • messageKey

      String messageKey
      The message-key to watch for. The message-key is the combination of MessageLogger.projectCode() and Message.id() used by JBoss Logging to prefix each messaged log event
    • loggers

      Logger[] loggers
      Descriptor of the log messages to watch for
      Default:
      {}