package
Version:
v0.0.0-...-3c05ffe
Opens a new window with list of versions in this module.
Published: Mar 12, 2018
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 6
Opens a new window with list of known importers.
Documentation
¶
func Errorf(format string, args ...interface{})
Errorf prints ERROR message
func Fatalf(format string, args ...interface{})
Fatalf prints FATAL message
func Infof(format string, args ...interface{})
Infof prints INFO message
func NewGlog() glogLogger
NewGlog returns new glog logger
func Warnf(format string, args ...interface{})
Warnf prints WARN message
type Logger interface {
Infof(format string, args ...interface{})
Warnf(format string, args ...interface{})
Errorf(format string, args ...interface{})
Fatalf(format string, args ...interface{})
}
Logger logging interface
Source Files
¶
Click to show internal directories.
Click to hide internal directories.