Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for NestedLogging (0.14 sec)

  1. platforms/core-runtime/logging/src/main/java/org/gradle/internal/logging/services/LoggingServiceRegistry.java

         *
         * <p>Sets log level to {@link org.gradle.api.logging.LogLevel#LIFECYCLE}.</p>
         */
        public static LoggingServiceRegistry newNestedLogging() {
            return new NestedLogging();
        }
    
        @Provides
        protected Clock createTimeProvider() {
            return Time.clock();
        }
    
        @Provides
        protected StyledTextOutputFactory createStyledTextOutputFactory() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 12:34:44 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  2. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.internal.logging.services.LoggingServiceRegistry$NestedLogging> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (LoggingServiceRegistry.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
Back to top