The highest tagged major version is
v10.
package
Version:
v9.3.3
Opens a new window with list of versions in this module.
Published: Mar 8, 2022
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 6
Opens a new window with list of known importers.
Documentation
¶
Package logs implements functions to manipulate logs.
Logs created are taggable.
logWithTags := logs.New("a log with tags").
Tag("a", 42).
Tag("b", 21)
Log is a implementation that supports tagging.
New returns a log with the given description that can be tagged.
func Newf(format string, v ...interface{}) Log
Newf returns a log with the given formatted description that can be tagged.
Tag sets the named tag with the given value.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.