Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for providesALoggingManagerFactory (0.29 sec)

  1. platforms/core-runtime/logging/src/test/groovy/org/gradle/internal/logging/services/LoggingServiceRegistryTest.groovy

        @Rule
        ConfigureLogging logging = new ConfigureLogging(outputEventListener)
        @Rule
        RedirectStdOutAndErr outputs = new RedirectStdOutAndErr()
    
        def providesALoggingManagerFactory() {
            given:
            def registry = LoggingServiceRegistry.newCommandLineProcessLogging()
    
            expect:
            def factory = registry.getFactory(LoggingManagerInternal.class)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:05:18 UTC 2023
    - 20.3K bytes
    - Viewed (0)
Back to top