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

Method debugln

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

Source from the content-addressed store, hash-verified

56}
57
58func (c *QQClient) debugln(msgs ...any) {
59 if c.logger != nil {
60 c.logger.Debug(log.Getcaller(fmt.Sprint(msgs...)))
61 }
62}
63
64func (c *QQClient) dump(msg string, data []byte, args ...any) {
65 if c.logger != nil {

Callers 9

doHeartbeatMethod · 0.95
UploadPrivateImageMethod · 0.95
UploadGroupImageMethod · 0.95
UploadPrivateRecordMethod · 0.95
UploadGroupRecordMethod · 0.95
ensureHighwayServersMethod · 0.95
decodeLoginResponseMethod · 0.95
GetQRCodeResultMethod · 0.95
plannedDisconnectMethod · 0.95

Calls 2

GetcallerFunction · 0.92
DebugMethod · 0.65

Tested by

no test coverage detected