MCPcopy Index your code
hub / github.com/foxcpp/maddy / Output

Interface Output

framework/log/output.go:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23)
24
25type Output interface {
26 Write(stamp time.Time, debug bool, msg string)
27 Close() error
28}
29
30type multiOut struct {
31 outs []Output

Callers 16

WriteMethod · 0.65
outputMethod · 0.65
logMethod · 0.65
marshalOrderedJSONFunction · 0.65
submitMsgOptsFunction · 0.65
WriteMethod · 0.65
verifyTestMsgFunction · 0.65
RunFunction · 0.65
ensureDirectoryWritableFunction · 0.65
ReadConfigFunction · 0.65
moduleMainFunction · 0.65

Implementers 8

multiOutframework/log/output.go
funcOutframework/log/output.go
NopOutputframework/log/output.go
Loggerframework/log/log.go
syslogOutframework/log/syslog.go
wcOutputframework/log/writer.go
s3blobinternal/storage/blob/s3/s3.go
Conntests/conn.go

Calls

no outgoing calls

Tested by

no test coverage detected