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