package
Version:
v0.0.0-...-ac8920c
Opens a new window with list of versions in this module.
Published: Jan 28, 2019
License: Apache-2.0
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 NewStandardLogger(w io.Writer) *standardLogger
func NewVerboseLogger(w io.Writer) *verboseLogger
type Logger interface {
Printf(format string, v ...interface{})
Debugf(format string, v ...interface{})
}
Logger represents an interface for a shared logger.
var NopLogger Logger = &nopLogger{}
NopLogger represents a Logger that doesn't do anything.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.