package
Version:
v0.9.0
Opens a new window with list of versions in this module.
Published: Jul 23, 2015
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package log wraps all logging for pachyderm. This allows us
to use other logging implementations in the future easily.
func Print(args ...interface{})
Print prints a log message with fmt.Print semantics using the pachyderm Logger.
func Printf(format string, args ...interface{})
Printf prints a log message with fmt.Printf semantics using the pachyderm Logger.
SetLogger sets the logger used by pachyderm.
Writer returns an io.Writer for logging.
type Logger interface {
io.Writer
Print(args ...interface{})
Printf(format string, args ...interface{})
}
Logger is a super simple logger.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.