MCPcopy Create free account
hub / github.com/astercloud/aster / Warn

Function Warn

pkg/logging/logging.go:224–226  ·  view source on GitHub ↗
(ctx context.Context, msg string, fields map[string]any)

Source from the content-addressed store, hash-verified

222}
223
224func Warn(ctx context.Context, msg string, fields map[string]any) {
225 Default.Warn(ctx, msg, fields)
226}
227
228func Error(ctx context.Context, msg string, fields map[string]any) {
229 Default.Error(ctx, msg, fields)

Callers 4

HandleJSONRPCMethod · 0.92
ListSessionsMethod · 0.92
sendMessageMethod · 0.92
sendMessageMethod · 0.92

Calls 1

WarnMethod · 0.65

Tested by

no test coverage detected