Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ColoredFormatter ¶
type ColoredFormatter struct{}
type ProtocolLogger ¶
type ProtocolLogger struct{}
protocolLogger from https://github.com/Mrs4s/go-cqhttp/blob/a5923f179b360331786a6509eb33481e775a7bd1/cmd/gocq/main.go#L501
func (ProtocolLogger) Debug ¶
func (p ProtocolLogger) Debug(format string, arg ...any)
func (ProtocolLogger) Error ¶
func (p ProtocolLogger) Error(format string, arg ...any)
func (ProtocolLogger) Info ¶
func (p ProtocolLogger) Info(format string, arg ...any)
func (ProtocolLogger) Warning ¶
func (p ProtocolLogger) Warning(format string, arg ...any)
Click to show internal directories.
Click to hide internal directories.