Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for logOutput (0.12 sec)

  1. platforms/core-runtime/logging/src/integTest/groovy/org/gradle/internal/logging/LoggingIntegrationTest.groovy

        @Rule public final TestResources resources = new TestResources(testDirectoryProvider)
        @Rule public final Sample sampleResources = new Sample(testDirectoryProvider)
    
        final LogOutput logOutput = createLogOutput()
    
        final LogOutput customLoggerOutput = createLogOutput().tap {
            quiet(
                'init callback quiet out')
            lifecycle(
                'LOGGER: evaluating :',
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:05:18 UTC 2023
    - 15.6K bytes
    - Viewed (0)
  2. src/net/http/clientserver_test.go

    		t.Errorf("client read all successfully; want some error")
    	}
    	logOutput := func() string {
    		errorLog.Lock()
    		defer errorLog.Unlock()
    		return errorLog.String()
    	}
    	wantStackLogged := panicValue != nil && panicValue != ErrAbortHandler
    
    	waitCondition(t, 10*time.Millisecond, func(d time.Duration) bool {
    		gotLog := logOutput()
    		if !wantStackLogged {
    			if gotLog == "" {
    				return true
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 46.6K bytes
    - Viewed (0)
Back to top