Akonadi
filetracer.h
A tracer which forwards all tracing information to a log file.
Definition filetracer.h:22
void warning(const QString &componentName, const QString &msg) override
This method is called whenever a component wants to output a warning.
Definition filetracer.cpp:45
void error(const QString &componentName, const QString &msg) override
This method is called whenever a component wants to output an error.
Definition filetracer.cpp:50
void beginConnection(const QString &identifier, const QString &msg) override
This method is called whenever a new data (imap) connection to the akonadi server is established.
Definition filetracer.cpp:20
void endConnection(const QString &identifier, const QString &msg) override
This method is called whenever a data (imap) connection to akonadi server is closed.
Definition filetracer.cpp:25
void signal(const QString &signalName, const QString &msg) override
This method is called whenever a dbus signal is emitted on the bus.
Definition filetracer.cpp:40
void connectionInput(const QString &identifier, const QByteArray &msg) override
This method is called whenever the akonadi server retrieves some data from the outside.
Definition filetracer.cpp:30
void connectionOutput(const QString &identifier, const QByteArray &msg) override
This method is called whenever the akonadi server sends some data out to a client.
Definition filetracer.cpp:35
This interface can be reimplemented to deliver tracing information of the akonadi server to the outsi...
Definition tracerinterface.h:28
Helper integration between Akonadi and Qt.
Server
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:31:59 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:31:59 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.