package
Version:
v0.0.0-...-d1bd29e
Opens a new window with list of versions in this module.
Published: Nov 29, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Debug(v ...interface{})
func Debugf(format string, v ...interface{})
func Error(v ...interface{})
func Errorf(format string, v ...interface{})
func Info(v ...interface{})
func Infof(format string, v ...interface{})
func Warn(v ...interface{})
func Warnf(format string, v ...interface{})
type Logger interface {
Debug(v ...interface{})
Debugf(format string, v ...interface{})
Info(v ...interface{})
Infof(format string, v ...interface{})
Warn(v ...interface{})
Warnf(format string, v ...interface{})
Error(v ...interface{})
Errorf(format string, v ...interface{})
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.