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

Method Warning

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

Source from the content-addressed store, hash-verified

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)
13 Dump(dumped []byte, format string, args ...any)

Callers 2

warningMethod · 0.65
warninglnMethod · 0.65

Implementers 1

Calls

no outgoing calls

Tested by

no test coverage detected