Documentation ¶ Index ¶ Variables func Debug(v ...any) func Debugf(format string, v ...any) func Error(v ...any) func Errorf(format string, v ...any) func Info(v ...any) func Infof(format string, v ...any) Constants ¶ This section is empty. Variables ¶ View Source var DebugLogger = log.New(os.Stdout, "", log.Ldate|log.Ltime|log.Lshortfile) View Source var ErrorLogger = log.New(os.Stderr, "", log.Ldate|log.Ltime|log.Lshortfile) View Source var InfoLogger = log.New(os.Stdout, "", log.Ldate|log.Ltime) Functions ¶ func Debug ¶ func Debug(v ...any) func Debugf ¶ func Debugf(format string, v ...any) func Error ¶ func Error(v ...any) func Errorf ¶ func Errorf(format string, v ...any) func Info ¶ func Info(v ...any) func Infof ¶ func Infof(format string, v ...any) Types ¶ This section is empty. Source Files ¶ View all Source files logger.go Click to show internal directories. Click to hide internal directories.