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

Interface Ext1FieldLogger

logrus.go:185–190  ·  logrus.go::Ext1FieldLogger

Ext1FieldLogger (the first extension to [FieldLogger]) is superfluous, it is here for consistency. Do not use. Use [FieldLogger], [Logger] or [Entry] instead.

Source from the content-addressed store, hash-verified

183// here for consistency. Do not use. Use [FieldLogger], [Logger] or [Entry]
184// instead.
185type Ext1FieldLogger interface {
186 FieldLogger
187 Tracef(format string, args ...interface{})
188 Trace(args ...interface{})
189 Traceln(args ...interface{})
190}

Callers 4

TracefFunction · 0.65
Example_basicFunction · 0.65
TraceFunction · 0.65
TracelnFunction · 0.65

Implementers 2

Loggerlogger.go
Entryentry.go

Calls

no outgoing calls

Tested by

no test coverage detected