Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ProgressInvalid = ^int64(0)
)
Functions ¶
This section is empty.
Types ¶
type LoggerFunc ¶
type LoggerFunc func(layout string, items ...interface{})
var (
DiscardLogger LoggerFunc = func(layout string, items ...interface{}) {}
)
func (LoggerFunc) Printf ¶
func (l LoggerFunc) Printf(layout string, items ...interface{})
Click to show internal directories.
Click to hide internal directories.