MCPcopy Index your code
hub / github.com/coder/envbox / MultiLogger

Function MultiLogger

buildlog/logger.go:19–21  ·  view source on GitHub ↗
(loggers ...Logger)

Source from the content-addressed store, hash-verified

17}
18
19func MultiLogger(loggers ...Logger) Logger {
20 return multiLogger{loggers}
21}
22
23type multiLogger struct {
24 loggers []Logger

Callers 1

dockerCmdFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected