MCPcopy
hub / github.com/zalando/skipper / DefaultLog

Struct DefaultLog

logging/logger.go:6–6  ·  view source on GitHub ↗

DefaultLog provides a default implementation of the Logger interface.

Source from the content-addressed store, hash-verified

4
5// DefaultLog provides a default implementation of the Logger interface.
6type DefaultLog struct{}
7
8// Logger instances provide custom logging.
9type Logger interface {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected