MCPcopy
hub / github.com/valyala/fasthttp / Logger

Interface Logger

server.go:949–952  ·  view source on GitHub ↗

Logger is used for logging formatted messages.

Source from the content-addressed store, hash-verified

947
948// Logger is used for logging formatted messages.
949type Logger interface {
950 // Printf must have the same semantics as log.Printf.
951 Printf(format string, args ...any)
952}
953
954var ctxLoggerLock sync.Mutex
955

Callers 2

prefork.goFile · 0.92
server.goFile · 0.70

Implementers 4

ctxLoggerserver.go
testLoggerserver_test.go
TestLoggerfs_test.go
testLoggerprefork/prefork_test.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…