package
Version:
v0.9.0
Opens a new window with list of versions in this module.
Published: Dec 3, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 14
Opens a new window with list of known importers.
Documentation
¶
Package log provides a simple framework for reporting messages and the import progress.
func Fatal(v ...interface{})
func Fatalf(format string, v ...interface{})
func Printf(format string, v ...interface{})
func Println(v ...interface{})
func SetMinLevel(lvl Level)
type Logger interface {
Println(v ...interface{})
Printf(format string, v ...interface{})
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.