MCPcopy
hub / github.com/sirupsen/logrus / Print

Method Print

logrus.go:127–127  ·  view source on GitHub ↗
(...interface{})

Source from the content-addressed store, hash-verified

125// There's no standard interface, so this is the closest we get, unfortunately.
126type StdLogger interface {
127 Print(...interface{})
128 Printf(string, ...interface{})
129 Println(...interface{})
130

Callers 9

TestHookFiresFunction · 0.65
TestHookCanModifyEntryFunction · 0.65
TestCanFireMultipleHooksFunction · 0.65
TestPrintFunction · 0.65
PrintMethod · 0.65
PrintFnMethod · 0.65
PrintFunction · 0.65

Implementers 2

Loggerlogger.go
Entryentry.go

Calls

no outgoing calls

Tested by 6

TestHookFiresFunction · 0.52
TestHookCanModifyEntryFunction · 0.52
TestCanFireMultipleHooksFunction · 0.52
TestPrintFunction · 0.52