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

Method warningln

client/log.go:34–38  ·  view source on GitHub ↗
(msgs ...any)

Source from the content-addressed store, hash-verified

32}
33
34func (c *QQClient) warningln(msgs ...any) {
35 if c.logger != nil {
36 c.logger.Warning(log.Getcaller(fmt.Sprint(msgs...)))
37 }
38}
39
40func (c *QQClient) error(msg string, args ...any) {
41 if c.logger != nil {

Callers

nothing calls this directly

Calls 2

GetcallerFunction · 0.92
WarningMethod · 0.65

Tested by

no test coverage detected