|
| WebLogger (const QString &Filename) |
|
| ~WebLogger ()=default |
|
bool | Logmsg (LogItem *Item) override |
|
| TorcHTTPService (QObject *Parent, const QString &Signature, const QString &Name, const QMetaObject &MetaObject, const QString &Blacklist=QStringLiteral("")) |
|
virtual | ~TorcHTTPService () |
|
void | ProcessHTTPRequest (const QString &PeerAddress, int PeerPort, const QString &LocalAddress, int LocalPort, TorcHTTPRequest &Request) override |
|
QVariantMap | ProcessRequest (const QString &Method, const QVariant &Parameters, QObject *Connection, bool Authenticated) override |
|
QString | GetMethod (int Index) |
|
QVariant | GetProperty (int Index) |
| Get the value of a given property. More...
|
|
QVariantMap | GetServiceDetails (void) |
| Return a QVariantMap describing the services methods and properties. More...
|
|
virtual QString | GetUIName (void) |
|
virtual QString | GetPresentationURL (void) |
|
Public Member Functions inherited from TorcHTTPHandler |
| TorcHTTPHandler (const QString &Signature, const QString &Name) |
|
virtual | ~TorcHTTPHandler () |
|
QString | Signature (void) const |
|
bool | GetRecursive (void) const |
|
QString | Name (void) const |
|
| FileLogger (const QString &Filename, bool ErrorsOnly, int Quiet) |
|
| ~FileLogger () |
|
| LoggerBase (const QString &FileName) |
|
virtual | ~LoggerBase ()=default |
|
Serves log content to registered subscribers and HTTP clients.
The latest, complete log can be downloaded via GetLog. Notifications of updates to the log are sent every 10 seconds.
- Note
- Subscribers to the 'tail' may not receive all log items if they do not retrieve the latest tail before the next item is logged.
Definition at line 77 of file torcloggingimp.h.