// 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