MCPcopy Create free account
hub / github.com/blues/note / logInfo

Function logInfo

lib/debug.go:124–130  ·  view source on GitHub ↗
(ctx context.Context, format string, args ...interface{})

Source from the content-addressed store, hash-verified

122var infoLoggerFunc LogFunc
123
124func logInfo(ctx context.Context, format string, args ...interface{}) {
125 if infoLoggerFunc != nil {
126 infoLoggerFunc(ctx, format, args...)
127 } else {
128 defaultLogger(ctx, format, args...)
129 }
130}
131
132var warnLoggerFunc LogFunc
133

Callers 6

DebugSetFunction · 0.85
debugEnvFunction · 0.85
LogInfoPeriodicallyFunction · 0.85
hubWebRequestFunction · 0.85
eventMethod · 0.85
LogInfoMethod · 0.85

Calls 1

defaultLoggerFunction · 0.85

Tested by

no test coverage detected