Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface { SetDebug(debug bool) Debugf(fms string, arg ...interface{}) Debug(arg ...interface{}) Infof(fms string, arg ...interface{}) Info(arg ...interface{}) Warningf(fms string, arg ...interface{}) Warning(arg ...interface{}) Errorf(fms string, arg ...interface{}) Error(arg ...interface{}) }
Click to show internal directories.
Click to hide internal directories.