MCPcopy 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
121func (l *testLog) Close() {
122 log.SetOutput(l.oldOut)
123 log.SetLevel(l.oldLevel)
124}
125
126func (l *testLog) WaitForN(exp string, n int, to time.Duration) error {
127 timeout := time.After(to)

Callers

nothing calls this directly

Calls 2

SetOutputMethod · 0.80
SetLevelMethod · 0.45

Tested by

no test coverage detected