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

Function Error

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

Source from the content-addressed store, hash-verified

226}
227
228func Error(ctx context.Context, msg string, fields map[string]any) {
229 Default.Error(ctx, msg, fields)
230}
231
232func Flush(ctx context.Context) {
233 Default.Flush(ctx)

Callers 15

ChatHandlerMethod · 0.92
ChatStreamHandlerMethod · 0.92
TextEvalHandlerMethod · 0.92
SessionEvalHandlerMethod · 0.92
BatchEvalHandlerMethod · 0.92
GetOverviewMethod · 0.92
ListTracesMethod · 0.92
GetTraceMethod · 0.92
GetTokenUsageMethod · 0.92
GetCostsMethod · 0.92
GetPerformanceMethod · 0.92
GetInsightsMethod · 0.92

Calls 1

ErrorMethod · 0.65

Tested by

no test coverage detected