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

Function SetLevel

utils/log/logwrapper.go:208–210  ·  view source on GitHub ↗

SetLevel sets the standard logger level.

(level logrus.Level)

Source from the content-addressed store, hash-verified

206
207// SetLevel sets the standard logger level.
208func SetLevel(level logrus.Level) {
209 logrus.SetLevel(level)
210}
211
212// GetLevel returns the standard logger level.
213func GetLevel() logrus.Level {

Callers 15

setupFunction · 0.92
TestConnFunction · 0.92
TestInitFunction · 0.92
TestDefaultInitFunction · 0.92
TestEncryptDecryptCasesFunction · 0.92
mainFunction · 0.92
mainFunction · 0.92
setupFunction · 0.92
TestMarshalBPInfoFunction · 0.92
setupFunction · 0.92
TestFullProcessFunction · 0.92

Calls

no outgoing calls

Tested by 15

setupFunction · 0.74
TestConnFunction · 0.74
TestInitFunction · 0.74
TestDefaultInitFunction · 0.74
TestEncryptDecryptCasesFunction · 0.74
setupFunction · 0.74
TestMarshalBPInfoFunction · 0.74
setupFunction · 0.74
TestFullProcessFunction · 0.74
TestFullProcessFunction · 0.74
TestNewLevelDBKeyFunction · 0.74