mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-14 22:51:13 +02:00
2019-06-17 Fred Gleason <fredg@paravelsystems.com>
* Refactored logging system to use syslog(3) exclusively. * Removed the 'Facility=', 'LogDirectory=', 'CoreDumpDirectory=' and 'LogPattern=' directives from rd.conf(5).
This commit is contained in:
@@ -64,7 +64,6 @@ class MainObject : public QObject
|
||||
private slots:
|
||||
void newConnectionData();
|
||||
void notificationReceivedData(const QString &msg,const QHostAddress &addr);
|
||||
void log(RDConfig::LogPriority prio,const QString &msg);
|
||||
void sendRml(RDMacro *rml);
|
||||
void rmlEchoData();
|
||||
void rmlNoechoData();
|
||||
|
Reference in New Issue
Block a user