Interface Styleable

    • Method Detail

      • withStyledOutput

        default void withStyledOutput​(Color color,
                                      IOConsumer<java.io.PrintWriter> fn)
                               throws java.io.IOException
        Throws:
        java.io.IOException
      • withStyledOutput

        default void withStyledOutput​(org.gradle.api.logging.LogLevel level,
                                      IOConsumer<java.io.PrintWriter> fn)
                               throws java.io.IOException
        Throws:
        java.io.IOException
      • withStyledOutput

        default void withStyledOutput​(IOConsumer<java.io.PrintWriter> fn)
                               throws java.io.IOException
        Throws:
        java.io.IOException
      • withStyledOutput

        void withStyledOutput​(Color color,
                              org.gradle.api.logging.LogLevel level,
                              IOConsumer<java.io.PrintWriter> fn)
                       throws java.io.IOException
        Throws:
        java.io.IOException