MCPcopy
hub / github.com/fabiolb/fabio / Logger

Interface Logger

logger/logger.go:91–93  ·  view source on GitHub ↗

Logger logs an event.

Source from the content-addressed store, hash-verified

89
90// Logger logs an event.
91type Logger interface {
92 Log(event *Event)
93}
94
95// New creates a new logger that writes log events in the given format to the
96// provided writer. If no writer was provided no log output is generated.

Callers 8

TestConsulSourceFunction · 0.65
TestVaultSourceFunction · 0.65
TestLogFunction · 0.65
BenchmarkLogFunction · 0.65
TestAllFunction · 0.65
TestGracefulShutdownFunction · 0.65
TestTCPDyanmicProxyFunction · 0.65

Implementers 2

noopLoggerlogger/logger.go
loggerlogger/logger.go

Calls

no outgoing calls

Tested by

no test coverage detected