MCPcopy Index your code
hub / github.com/devspace-sh/devspace / FakeLogger

Struct FakeLogger

pkg/util/log/testing/fake.go:14–17  ·  view source on GitHub ↗

FakeLogger just discards every log statement

Source from the content-addressed store, hash-verified

12
13// FakeLogger just discards every log statement
14type FakeLogger struct {
15 Survey *fakesurvey.FakeSurvey
16 level logrus.Level
17}
18
19// NewFakeLogger returns a new fake logger
20func NewFakeLogger() *FakeLogger {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected