mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2026-01-22 19:19:16 +00:00
6 lines
315 B
Go
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
|