Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/zalando/skipper
/ Close
Method
Close
proxy/proxy_test.go:121–124 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
119
}
120
121
func
(l *testLog) Close() {
122
log.SetOutput(l.oldOut)
123
log.SetLevel(l.oldLevel)
124
}
125
126
func
(l *testLog) WaitForN(exp string, n int, to time.Duration) error {
127
timeout := time.After(to)
Callers
nothing calls this directly
Calls
2
SetOutput
Method · 0.80
SetLevel
Method · 0.45
Tested by
no test coverage detected