package
Version:
v0.1.1
Opens a new window with list of versions in this module.
Published: Mar 4, 2021
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Logger interface {
Log(args ...interface{})
Logf(format string, args ...interface{})
Info(args ...interface{})
Infof(format string, args ...interface{})
Error(args ...interface{})
Errorf(format string, args ...interface{})
}
func NewLogger(level level) Logger
Source Files
¶
Click to show internal directories.
Click to hide internal directories.