MCPcopy
hub / github.com/golang/net / Errorf

Method Errorf

trace/events.go:123–123  ·  view source on GitHub ↗

Errorf is like Printf, but it marks this event as an error.

(format string, a ...interface{})

Source from the content-addressed store, hash-verified

121
122 // Errorf is like Printf, but it marks this event as an error.
123 Errorf(format string, a ...interface{})
124
125 // Finish declares that this event log is complete.
126 // The event log should not be used after calling this method.

Callers 15

TestResetLogFunction · 0.95
TestLinksFunction · 0.65
TestAddrsFunction · 0.65
TestPunycodeFunction · 0.65
TestPunycodeErrorsFunction · 0.65
TestIDNAFunction · 0.65
TestIDNASeparatorsFunction · 0.65
TestICMPStringFunction · 0.65
TestICMPFilterFunction · 0.65

Implementers 1

eventLogtrace/events.go

Calls

no outgoing calls

Tested by 15

TestResetLogFunction · 0.76
TestLinksFunction · 0.52
TestAddrsFunction · 0.52
TestPunycodeFunction · 0.52
TestPunycodeErrorsFunction · 0.52
TestIDNAFunction · 0.52
TestIDNASeparatorsFunction · 0.52
TestICMPStringFunction · 0.52
TestICMPFilterFunction · 0.52