MCPcopy Create free account
hub / github.com/akash-network/node / Info

Method Info

util/cli/configs.go:38–40  ·  view source on GitHub ↗

Info takes a message and a set of key/value pairs and logs with level INFO. The key of the tuple must be a string.

(msg string, keyVals ...interface{})

Source from the content-addressed store, hash-verified

36// Info takes a message and a set of key/value pairs and logs with level INFO.
37// The key of the tuple must be a string.
38func (l zeroLogWrapper) Info(msg string, keyVals ...interface{}) {
39 l.Logger.Info().Fields(keyVals).Msg(msg)
40}
41
42// Warn takes a message and a set of key/value pairs and logs with level INFO.
43// The key of the tuple must be a string.

Callers 8

DispatchMsgMethod · 0.45
AfterEpochEndMethod · 0.45
CreateOrderMethod · 0.45
OnGroupClosedMethod · 0.45
InitAkashAppForTestnetFunction · 0.45
BeginBlockerMethod · 0.45
ListenForQuitSignalsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected