Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogWrapper ¶
LogWrapper is a wrapper around Go's log.Logger.
func (LogWrapper) Debugf ¶
func (lw LogWrapper) Debugf(fmt string, v ...interface{})
func (LogWrapper) Errorf ¶
func (lw LogWrapper) Errorf(fmt string, v ...interface{})
func (LogWrapper) Infof ¶
func (lw LogWrapper) Infof(fmt string, v ...interface{})
func (LogWrapper) Printf ¶
func (lw LogWrapper) Printf(fmt string, v ...interface{})
func (LogWrapper) Warnf ¶
func (lw LogWrapper) Warnf(fmt string, v ...interface{})
Click to show internal directories.
Click to hide internal directories.