package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Oct 22, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
StringContainedInSlice ...
type Logger interface {
Info(msg string)
Warn(msg string)
Fatal(msg string)
Debug(msg string)
Infof(msg string, args ...interface{})
Warnf(msg string, args ...interface{})
Fatalf(msg string, args ...interface{})
Debugf(msg string, args ...interface{})
}
Logger Interface
NewLogger creates a new logger instance.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.