MCPcopy Create free account
hub / github.com/zalando/skipper / Infof

Method Infof

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

Log formatted messages with level INFO

(string, ...any)

Source from the content-addressed store, hash-verified

25
26 // Log formatted messages with level INFO
27 Infof(string, ...any)
28
29 // Log with level DEBUG
30 Debug(...any)

Callers 15

CreateFilterMethod · 0.65
listenAndServeQuitFunction · 0.65
runFunction · 0.65
refreshLockedMethod · 0.65
ConfigureCertificateMethod · 0.65
RemoteWatchFunction · 0.65
LoadAllMethod · 0.65
LoadUpdateMethod · 0.65
newShutdownFunction · 0.65
InfofMethod · 0.65
TestLoggingTestFunction · 0.65

Implementers 2

DefaultLoglogging/logger.go
Loggerlogging/loggingtest/logger.go

Calls

no outgoing calls

Tested by 4

CreateFilterMethod · 0.52
TestLoggingTestFunction · 0.52
TestLoggerFunction · 0.52