MCPcopy Create free account
hub / github.com/coder/envbox / multiLogger

Struct multiLogger

buildlog/logger.go:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23type multiLogger struct {
24 loggers []Logger
25}
26
27func (m multiLogger) Infof(format string, a ...any) {
28 m.Info(fmt.Sprintf(format, a...))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected