Debug logging support for dotenv-merge. Extends the base Ast::Merge::DebugLogger with dotenv-specific configuration.
Enable debug logging
ENV["DOTENV_MERGE_DEBUG"] = "true"
Direct usage
Dotenv::Merge::DebugLogger.debug("message", { key: "value" })
See Also: