Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface { Debug(v ...interface{}) Info(v ...interface{}) Error(v ...interface{}) }
Logger super basic logging interface
type LoggerZap ¶
type LoggerZap struct {
// contains filtered or unexported fields
}
func DefaultLogger ¶
DefaultLogger create a new logger instance for Disgord with the option to activate debugging.
Click to show internal directories.
Click to hide internal directories.