Versions in this module Expand all Collapse all v1 v1.7.0 Nov 7, 2018 Changes in this version + func LogPrint(v ...interface{}) + func LogPrintf(format string, v ...interface{}) + func SetLogger(l Logger) + type DefaultLogger struct + func (l *DefaultLogger) EnableLog(enable bool) + func (l *DefaultLogger) IsEnabled() bool + func (l *DefaultLogger) Print(v ...interface{}) + func (l *DefaultLogger) Printf(format string, v ...interface{}) + type Logger interface + EnableLog func(bool) + IsEnabled func() bool + Print func(...interface{}) + Printf func(string, ...interface{}) + func GetLogger() Logger