package
Version:
v0.0.3
Opens a new window with list of versions in this module.
Published: May 5, 2024
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Logger interface {
Debug(msg string, tags ...interface{})
Info(msg string, tags ...interface{})
Warn(msg string, tags ...interface{})
Error(msg string, tags ...interface{})
}
Logger takes in a message and tag pairs.
New creates a logger that writes to stdout.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.