Documentation
¶
Overview ¶
Package log implements a logger interface that can be used within the go-mail package
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface { Errorf(format string, v ...interface{}) Warnf(format string, v ...interface{}) Infof(format string, v ...interface{}) Debugf(format string, v ...interface{}) }
Logger is the log interface for go-mail
type Stdlog ¶
type Stdlog struct {
// contains filtered or unexported fields
}
Stdlog is the default logger that satisfies the Logger interface
Click to show internal directories.
Click to hide internal directories.