package
Version:
v0.29.1
Opens a new window with list of versions in this module.
Published: Feb 6, 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 {
Printf(format string, v ...interface{})
Println(v ...interface{})
Text() string
}
A Logger represents a mechanism for logging. 🙃
New returns a Logger that writes to writers and an in-memory store for
on-demand access to log entries via the Text() method.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.