package
Version:
v1.0.3-rc1
Opens a new window with list of versions in this module.
Published: May 3, 2023
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 8
Opens a new window with list of known importers.
Documentation
¶
Log implements the default logger.
type Logger interface {
Debugf(format string, args ...interface{})
Infof(format string, args ...interface{})
Errorf(format string, args ...interface{})
}
New returns the default log using the passed in configuration.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.