MCPcopy Create free account
hub / github.com/aiprodcoder/MIXAPI / LogInfo

Function LogInfo

common/logger.go:60–62  ·  view source on GitHub ↗
(ctx context.Context, msg string)

Source from the content-addressed store, hash-verified

58}
59
60func LogInfo(ctx context.Context, msg string) {
61 logHelper(ctx, loggerINFO, msg)
62}
63
64func LogWarn(ctx context.Context, msg string) {
65 logHelper(ctx, loggerWarn, msg)

Callers 13

updateVideoTaskAllFunction · 0.92
updateVideoSingleTaskFunction · 0.92
UpdateMidjourneyTaskBulkFunction · 0.92
UpdateTaskBulkFunction · 0.92
updateSunoTaskAllFunction · 0.92
RelayFunction · 0.92
WssRelayFunction · 0.92
RelayClaudeFunction · 0.92
RelayTaskFunction · 0.92
RecordErrorLogFunction · 0.92
RecordConsumeLogFunction · 0.92
SetPayloadHashFunction · 0.92

Calls 1

logHelperFunction · 0.85

Tested by

no test coverage detected