package
Version:
v0.0.4
Opens a new window with list of versions in this module.
Published: Aug 4, 2023
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
¶
func Debugf(format string, args ...interface{})
Debugf output the debug message to console
func Errorf(format string, args ...interface{})
Errorf output the error message to console
Deprecated: Use zap.L().Error() instead
func Infof(format string, args ...interface{})
Infof output the log message to console
Deprecated: Use zap.L().Info() instead
func Verbose(format string, args ...interface{})
Verbose logs verbose messages
func Warnf(format string, args ...interface{})
Warnf output the warning message to console
Deprecated: Use zap.L().Warn() instead
Source Files
¶
Click to show internal directories.
Click to hide internal directories.