Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
60
func
LogInfo(ctx context.Context, msg string) {
61
logHelper(ctx, loggerINFO, msg)
62
}
63
64
func
LogWarn(ctx context.Context, msg string) {
65
logHelper(ctx, loggerWarn, msg)
Callers
13
updateVideoTaskAll
Function · 0.92
updateVideoSingleTask
Function · 0.92
UpdateMidjourneyTaskBulk
Function · 0.92
UpdateTaskBulk
Function · 0.92
updateSunoTaskAll
Function · 0.92
Relay
Function · 0.92
WssRelay
Function · 0.92
RelayClaude
Function · 0.92
RelayTask
Function · 0.92
RecordErrorLog
Function · 0.92
RecordConsumeLog
Function · 0.92
SetPayloadHash
Function · 0.92
Calls
1
logHelper
Function · 0.85
Tested by
no test coverage detected