MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / String

Method String

utils/log/entrylogwrapper.go:38–40  ·  view source on GitHub ↗

Returns the string representation from the reader and ultimately the formatter.

()

Source from the content-addressed store, hash-verified

36
37// Returns the string representation from the reader and ultimately the formatter.
38func (entry *Entry) String() (string, error) {
39 return (*logrus.Entry)(entry).String()
40}
41
42// WithError adds an error as single field (using the key defined in ErrorKey) to the Entry.
43func (entry *Entry) WithError(err error) *Entry {

Callers 3

TestWithFieldFunction · 0.45
initFunction · 0.45
TestDebugHandlerFunction · 0.45

Calls

no outgoing calls

Tested by 2

TestWithFieldFunction · 0.36
TestDebugHandlerFunction · 0.36