Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/foxcpp/maddy
/ MultiOutput
Function
MultiOutput
framework/log/output.go:49–51 ·
view source on GitHub ↗
(outputs ...Output)
Source
from the content-addressed store, hash-verified
47
}
48
49
func
MultiOutput(outputs ...Output) Output {
50
return
multiOut{outputs}
51
}
52
53
type
funcOut
struct
{
54
out
func
(time.Time, bool, string)
Callers
1
LogOutputOption
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected