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

Method Write

framework/log/output.go:26–26  ·  view source on GitHub ↗
(stamp time.Time, debug bool, msg string)

Source from the content-addressed store, hash-verified

24
25type Output interface {
26 Write(stamp time.Time, debug bool, msg string)
27 Close() error
28}
29

Callers 10

WriteMethod · 0.65
outputMethod · 0.65
logMethod · 0.65
marshalOrderedJSONFunction · 0.65
submitMsgOptsFunction · 0.65
WriteMethod · 0.65
verifyTestMsgFunction · 0.65
HandleBindMethod · 0.65
HandleSearchMethod · 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 5

submitMsgOptsFunction · 0.52
verifyTestMsgFunction · 0.52
HandleBindMethod · 0.52
HandleSearchMethod · 0.52