(msg string, args ...any)
| 38 | } |
| 39 | |
| 40 | func (c *QQClient) error(msg string, args ...any) { |
| 41 | if c.logger != nil { |
| 42 | c.logger.Error(log.Getcaller(msg), args...) |
| 43 | } |
| 44 | } |
| 45 | |
| 46 | func (c *QQClient) errorln(msgs ...any) { |
| 47 | if c.logger != nil { |
no test coverage detected