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

Method errorln

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

Source from the content-addressed store, hash-verified

44}
45
46func (c *QQClient) errorln(msgs ...any) {
47 if c.logger != nil {
48 c.logger.Error(log.Getcaller(fmt.Sprint(msgs...)))
49 }
50}
51
52func (c *QQClient) debug(msg string, args ...any) {
53 if c.logger != nil {

Callers 5

GetGroupAlbumMethod · 0.95
decodeLoginResponseMethod · 0.95
registerMethod · 0.95

Calls 2

GetcallerFunction · 0.92
ErrorMethod · 0.65

Tested by

no test coverage detected