Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
func
MultiLogger(loggers ...Logger) Logger {
20
return
multiLogger{loggers}
21
}
22
23
type
multiLogger
struct
{
24
loggers []Logger
Callers
1
dockerCmd
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected