Debug log with tag and redaction.
static void d(String tag, String message) { AppConfig.logger.d('[$tag] ${sanitize(message)}'); }