MCPcopy Create free account
hub / github.com/LagrangeDev/LagrangeGo / Info

Method Info

utils/log/log.go:9–9  ·  view source on GitHub ↗
(format string, args ...any)

Source from the content-addressed store, hash-verified

7
8type Logger interface {
9 Info(format string, args ...any)
10 Warning(format string, args ...any)
11 Error(format string, args ...any)
12 Debug(format string, args ...any)

Callers 3

mainFunction · 0.65
infoMethod · 0.65
infolnMethod · 0.65

Implementers 1

Calls

no outgoing calls

Tested by

no test coverage detected