Torc  0.1
torclognotifier.h
Go to the documentation of this file.
1 #ifndef TORCLOGNOTIFIER_H
2 #define TORCLOGNOTIFIER_H
3 
4 // Torc
5 #include "torcnotifier.h"
6 
7 class TorcLogNotifier final : public TorcNotifier
8 {
9  Q_OBJECT
10  public:
11  explicit TorcLogNotifier(const QVariantMap &Details);
12  ~TorcLogNotifier() = default;
13 
14  void Notify (const QVariantMap &Notification) override;
15  QStringList GetDescription (void) override;
16 };
17 
18 #endif // TORCLOGNOTIFIER_H
Log notifications to the log file.
~TorcLogNotifier()=default
TorcLogNotifier(const QVariantMap &Details)
QStringList GetDescription(void) override
void Notify(const QVariantMap &Notification) override