MCPcopy Index your code
hub / github.com/aiprodcoder/MIXAPI / LogError

Function LogError

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

Source from the content-addressed store, hash-verified

66}
67
68func LogError(ctx context.Context, msg string) {
69 logHelper(ctx, loggerError, msg)
70}
71
72func logHelper(ctx context.Context, level string, msg string) {
73 writer := gin.DefaultErrorWriter

Callers 15

abortWithOpenAiMessageFunction · 0.92
FetchUpstreamRatiosFunction · 0.92
UpdateVideoTaskAllFunction · 0.92
updateVideoTaskAllFunction · 0.92
updateVideoSingleTaskFunction · 0.92
UpdateMidjourneyTaskBulkFunction · 0.92
UpdateTaskBulkFunction · 0.92
UpdateSunoTaskAllFunction · 0.92
updateSunoTaskAllFunction · 0.92
RelayFunction · 0.92
WssRelayFunction · 0.92

Calls 1

logHelperFunction · 0.85

Tested by

no test coverage detected