package
Version:
v1.6.1
Opens a new window with list of versions in this module.
Published: Jun 18, 2021
License: MIT
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.
Documentation
¶
type Logger interface {
Debug(v ...interface{})
Debugf(message string, args ...interface{})
Info(v ...interface{})
Infof(message string, args ...interface{})
Warn(v ...interface{})
Warnf(message string, args ...interface{})
Fatal(v ...interface{})
Fatalf(message string, args ...interface{})
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.