Interface AnnotationLoggerProps

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    AnnotationLoggerProps.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.94.0 (build b380f01)",
               date="2024-02-15T00:12:13.268Z")
    @Stability(Stable)
    public interface AnnotationLoggerProps
    extends software.amazon.jsii.JsiiSerializable
    Props for the AnnotationLogger.
    • Method Detail

      • getLogIgnores

        @Stability(Stable)
        @Nullable
        default Boolean getLogIgnores()
        Whether or not to log suppressed rule violations as informational messages (default: false).
      • getVerbose

        @Stability(Stable)
        @Nullable
        default Boolean getVerbose()
        Whether or not to enable extended explanatory descriptions on warning, error, and logged ignore messages.