package
Version:
v0.11.1
Opens a new window with list of versions in this module.
Published: Jun 19, 2024
License: Apache-2.0
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
¶
Package logext provides a utility for logging debug messages.
type Logger interface {
Printf(format string, v ...interface{})
Println(v ...interface{})
}
Logger is an interface for logging debug messages.
NewLogger returns a new logger.
If the debug flag is set, it logs messages to the provided output.
Otherwise, it discards all log messages.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.