package
Version:
v2.5.4
Opens a new window with list of versions in this module.
Published: Nov 24, 2021
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package log provides internal logging infrastructure
Debug writes debug message message to the Logger instance
func Debugf(format string, v ...interface{})
Debugf writes formatted debug message to the Logger instance
Error writes error message message to the Logger instance
func Errorf(format string, v ...interface{})
Errorf writes formatted error message to the Logger instance
Info writes info message message to the Logger instance
func Infof(format string, v ...interface{})
Infof writes formatted info message to the Logger instance
Level retrieves current logging level form the Logger instance
Warn writes warning message message to the Logger instance
func Warnf(format string, v ...interface{})
Warnf writes formatted warning message to the Logger instance
Source Files
¶
Click to show internal directories.
Click to hide internal directories.