package
Version:
v0.0.0-...-dd1685f
Opens a new window with list of versions in this module.
Published: Nov 23, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Logger interface {
Fatal(v ...interface{})
Fatalln(v ...interface{})
Fatalf(format string, v ...interface{})
Printf(format string, v ...interface{})
Println(v ...interface{})
}
Logger is for logging application messages
NewLogger provides the application logger
Source Files
¶
Click to show internal directories.
Click to hide internal directories.