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

Method warning

client/log.go:28–32  ·  view source on GitHub ↗
(msg string, args ...any)

Source from the content-addressed store, hash-verified

26}
27
28func (c *QQClient) warning(msg string, args ...any) {
29 if c.logger != nil {
30 c.logger.Warning(log.Getcaller(msg), args...)
31 }
32}
33
34func (c *QQClient) warningln(msgs ...any) {
35 if c.logger != nil {

Callers

nothing calls this directly

Calls 2

GetcallerFunction · 0.92
WarningMethod · 0.65

Tested by

no test coverage detected