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

Method Debug

pkg/tools/enhanced_interface.go:111–111  ·  view source on GitHub ↗
(msg string, fields ...Field)

Source from the content-addressed store, hash-verified

109// Logger 日志接口
110type Logger interface {
111 Debug(msg string, fields ...Field)
112 Info(msg string, fields ...Field)
113 Warn(msg string, fields ...Field)
114 Error(msg string, fields ...Field)

Callers 15

ExecuteMethod · 0.65
recordAuditMethod · 0.65
WrapModelCallMethod · 0.65
progressiveCompactMethod · 0.65
WrapModelCallMethod · 0.65
OnAgentStartMethod · 0.65
WrapModelCallMethod · 0.65
WrapModelCallMethod · 0.65
RegisterMethod · 0.65

Implementers 2

Loggerpkg/logging/logging.go
ComponentLoggerpkg/logging/logging.go

Calls

no outgoing calls

Tested by

no test coverage detected