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

Method HasCaller

entry.go:218–222  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

216}
217
218func (entry Entry) HasCaller() (has bool) {
219 return entry.Logger != nil &&
220 entry.Logger.ReportCaller &&
221 entry.Caller != nil
222}
223
224func (entry *Entry) log(level Level, msg string) {
225 var buffer *bytes.Buffer

Callers 3

FormatMethod · 0.80
FormatMethod · 0.80
printColoredMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected