package
Version:
v0.0.0-...-02060f9
Opens a new window with list of versions in this module.
Published: Apr 23, 2026
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package verbose provides a shared debug logger that writes to a timestamped
log file when --verbose is enabled. All output is also echoed to stderr.
IsEnabled returns true if verbose mode is active.
Logger writes verbose debug output to a file and optionally to stderr.
Get returns the global logger (may be nil).
Init creates the log file and enables verbose logging.
Call once at startup when --verbose is set.
Close flushes and closes the log file.
Log writes a formatted message to the log file and stderr.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.