Akonadi
Akonadi::NullTracer Class Reference
A tracer which forwards all tracing information to /dev/null ;). More...
#include <nulltracer.h>

Public Member Functions | |
| virtual | ~NullTracer () |
| virtual void | beginConnection (const QString &identifier, const QString &msg) |
| virtual void | connectionInput (const QString &identifier, const QString &msg) |
| virtual void | connectionOutput (const QString &identifier, const QString &msg) |
| virtual void | endConnection (const QString &identifier, const QString &msg) |
| virtual void | error (const QString &componentName, const QString &msg) |
| virtual void | signal (const QString &signalName, const QString &msg) |
| virtual void | warning (const QString &componentName, const QString &msg) |
Detailed Description
A tracer which forwards all tracing information to /dev/null ;).
Definition at line 30 of file nulltracer.h.
Constructor & Destructor Documentation
| virtual Akonadi::NullTracer::~NullTracer | ( | ) | [inline, virtual] |
Definition at line 33 of file nulltracer.h.
Member Function Documentation
| virtual void Akonadi::NullTracer::beginConnection | ( | const QString & | identifier, | |
| const QString & | msg | |||
| ) | [inline, virtual] |
This method is called whenever a new data (imap) connection to the akonadi server is established.
- Parameters:
-
identifier The unique identifier for this connection. All input and output messages for this connection will have the same identifier. msg A message specific string.
Implements Akonadi::TracerInterface.
Definition at line 35 of file nulltracer.h.
| virtual void Akonadi::NullTracer::connectionInput | ( | const QString & | identifier, | |
| const QString & | msg | |||
| ) | [inline, virtual] |
This method is called whenever the akonadi server retrieves some data from the outside.
- Parameters:
-
identifier The unique identifier of the connection on which the data is retrieved. msg A message specific string.
Implements Akonadi::TracerInterface.
Definition at line 41 of file nulltracer.h.
| virtual void Akonadi::NullTracer::connectionOutput | ( | const QString & | identifier, | |
| const QString & | msg | |||
| ) | [inline, virtual] |
This method is called whenever the akonadi server sends some data out to a client.
- Parameters:
-
identifier The unique identifier of the connection on which the data is send. msg A message specific string.
Implements Akonadi::TracerInterface.
Definition at line 44 of file nulltracer.h.
| virtual void Akonadi::NullTracer::endConnection | ( | const QString & | identifier, | |
| const QString & | msg | |||
| ) | [inline, virtual] |
This method is called whenever a data (imap) connection to akonadi server is closed.
- Parameters:
-
identifier The unique identifier of this connection. msg A message specific string.
Implements Akonadi::TracerInterface.
Definition at line 38 of file nulltracer.h.
| virtual void Akonadi::NullTracer::error | ( | const QString & | componentName, | |
| const QString & | msg | |||
| ) | [inline, virtual] |
This method is called whenever a component wants to output an error.
Implements Akonadi::TracerInterface.
Definition at line 53 of file nulltracer.h.
| virtual void Akonadi::NullTracer::signal | ( | const QString & | signalName, | |
| const QString & | msg | |||
| ) | [inline, virtual] |
This method is called whenever a dbus signal is emitted on the bus.
- Parameters:
-
signalName The name of the signal being sent. msg A message specific string.
Implements Akonadi::TracerInterface.
Definition at line 47 of file nulltracer.h.
| virtual void Akonadi::NullTracer::warning | ( | const QString & | componentName, | |
| const QString & | msg | |||
| ) | [inline, virtual] |
This method is called whenever a component wants to output a warning.
Implements Akonadi::TracerInterface.
Definition at line 50 of file nulltracer.h.
The documentation for this class was generated from the following file:
KDE 4.5 API Reference