Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for removeStandardOutputListener (0.36 sec)

  1. platforms/core-runtime/logging-api/src/main/java/org/gradle/api/logging/LoggingOutput.java

        void addStandardOutputListener(StandardOutputListener listener);
    
        /**
         * Removes a listener from standard output.
         *
         * @param listener The listener to remove.
         */
        void removeStandardOutputListener(StandardOutputListener listener);
    
        /**
         * Adds a listener which receives output written to standard error by the Gradle logging system.
         *
         * @param listener The listener to add.
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:05:18 UTC 2023
    - 1.6K bytes
    - Viewed (0)
Back to top