Discover Packages
github.com/rocky-ads/site
internal
logger
package
Version:
v0.0.78
Opens a new window with list of versions in this module.
Published: Aug 3, 2026
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Debug logs a debug-level message
Error logs an error-level message
Fatal logs a fatal-level message and exits.
Always writes to stderr so failures stay visible even when the
logger output is redirected (e.g. admin TUI → /dev/null).
Info logs an info-level message
Init initializes the logger with the specified configuration
Warn logs a warning-level message
Writer returns an io.Writer that writes to the logger at Info level.
This is useful for integrating with Fiber's logger middleware.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.