cache-apt-pkgs-action/internal/logging/doc.go
2025-10-04 23:38:32 -07:00

6 lines
315 B
Go

// Package logging provides enhanced logging functionality for the application.
// It wraps the standard log package with additional features like debug logging,
// file output, and concurrent-safe operations. The package maintains a global
// logger instance with configurable output destinations.
package logging