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

Function Info

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

Source from the content-addressed store, hash-verified

218}
219
220func Info(ctx context.Context, msg string, fields map[string]any) {
221 Default.Info(ctx, msg, fields)
222}
223
224func Warn(ctx context.Context, msg string, fields map[string]any) {
225 Default.Warn(ctx, msg, fields)

Callers 15

GetAgentCardMethod · 0.92
HandleJSONRPCMethod · 0.92
HandleBatchJSONRPCMethod · 0.92
GetTaskStatusMethod · 0.92
ChatHandlerMethod · 0.92
ChatStreamHandlerMethod · 0.92
TextEvalHandlerMethod · 0.92
SessionEvalHandlerMethod · 0.92
BatchEvalHandlerMethod · 0.92
CreateMethod · 0.92
UpdateMethod · 0.92
DeleteMethod · 0.92

Calls 1

InfoMethod · 0.65

Tested by

no test coverage detected