Interface AnnotationLoggerProps

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

    @Generated(value="jsii-pacmak/1.101.0 (build b95fe5d)",
               date="2024-07-09T00:12:56.150Z")
    @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.