package
Version:
v2.9.4+incompatible
Opens a new window with list of versions in this module.
Published: May 12, 2019
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Print(v ...interface{})
Print delegates to the Logger
func Printf(format string, v ...interface{})
Printf delegates to the Logger
SetLogger sets the logger for this package
type StdLogger interface {
Print(v ...interface{})
Printf(format string, v ...interface{})
}
StdLogger corresponds to a minimal subset of the interface satisfied by stdlib log.Logger
Source Files
¶
Click to show internal directories.
Click to hide internal directories.