//
pkg.gl
Category
github.com/pachyderm-io/pfs
src
log
package
0.9.0
Repository:
https://github.com/pachyderm-io/pfs.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
0
Files
42 SLOC
#
Functions
Print
Print prints a log message with fmt.Print semantics using the pachyderm Logger.
Printf
Printf prints a log message with fmt.Printf semantics using the pachyderm Logger.
SetLogger
SetLogger sets the logger used by pachyderm.
Writer
Writer returns an io.Writer for logging.
#
Variables
DefaultLogger
DefaultLogger is the default logger used.
#
Interfaces
Logger
Logger is a super simple logger.