package
Version:
v0.15.0-rc.2
Opens a new window with list of versions in this module.
Published: Oct 24, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type Logger interface {
Debug(msg string)
Debugf(fmt string, v ...interface{})
Info(msg string)
Infof(fmt string, v ...interface{})
Warn(msg string)
Warnf(fmt string, v ...interface{})
Error(msg string)
Errorf(fmt string, v ...interface{})
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.