2022-09-06 Fred Gleason <fredg@paravelsystems.com>

* Added code to the podcasting subsystem to log extended curl(1)
	information to syslog.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2022-09-06 14:51:00 -04:00
parent e28f72677b
commit ba0374ee17
5 changed files with 128 additions and 16 deletions

View File

@@ -2,7 +2,7 @@
//
// Abstract a Rivendell RSS Feed
//
// (C) Copyright 2002-2020 Fred Gleason <fredg@paravelsystems.com>
// (C) Copyright 2002-2022 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
@@ -21,6 +21,8 @@
#ifndef RDFEED_H
#define RDFEED_H
#include <curl/curl.h>
#include <qobject.h>
#include <rdapplication.h>
@@ -172,6 +174,8 @@ class RDFeed : public QObject
RDSqlQuery *chan_q);
QString GetTempFilename() const;
void LoadSchemas();
QStringList *SetupCurlLogging(CURL *curl) const;
void ProcessCurlLogging(const QString &label,QStringList *err_msgs) const;
void SetRow(const QString &param,int value) const;
void SetRow(const QString &param,const QString &value) const;
void SetRow(const QString &param,const QDateTime &value,