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

Function LogWarn

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

Source from the content-addressed store, hash-verified

62}
63
64func LogWarn(ctx context.Context, msg string) {
65 logHelper(ctx, loggerWarn, msg)
66}
67
68func LogError(ctx context.Context, msg string) {
69 logHelper(ctx, loggerError, msg)

Callers 1

FetchUpstreamRatiosFunction · 0.92

Calls 1

logHelperFunction · 0.85

Tested by

no test coverage detected