package
module
Version:
v0.0.0-...-8db9487
Opens a new window with list of versions in this module.
Published: Mar 22, 2017
License: MPL-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
go-stdlogger
Basic logger interface
Created to provide a simple standard for sharing a logger between packages.
Documentation
¶
type StdLogger interface {
Printf(format string, v ...interface{})
Print(v ...interface{})
Println(v ...interface{})
Fatalf(format string, v ...interface{})
Fatal(v ...interface{})
Fatalln(v ...interface{})
Panicf(format string, v ...interface{})
Panic(v ...interface{})
Panicln(v ...interface{})
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.