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

Function SetFormatter

utils/log/logwrapper.go:203–205  ·  view source on GitHub ↗

SetFormatter sets the standard logger formatter.

(formatter logrus.Formatter)

Source from the content-addressed store, hash-verified

201
202// SetFormatter sets the standard logger formatter.
203func SetFormatter(formatter logrus.Formatter) {
204 logrus.SetFormatter(formatter)
205}
206
207// SetLevel sets the standard logger level.
208func SetLevel(level logrus.Level) {

Callers 1

TestSimpleLogFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestSimpleLogFunction · 0.68