Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogAdapter ¶
type LogAdapter struct {
// contains filtered or unexported fields
}
func NewLogAdapter ¶
func NewLogAdapter(log, debugLog *log.Logger) LogAdapter
func NewNullLogAdapter ¶
func NewNullLogAdapter() LogAdapter
func (LogAdapter) Debugf ¶
func (la LogAdapter) Debugf(format string, v ...interface{})
func (LogAdapter) Printf ¶
func (la LogAdapter) Printf(format string, v ...interface{})
Click to show internal directories.
Click to hide internal directories.