Home · All Classes · All Namespaces · Modules · Functions · Files
Public Attributes
Tp::DebugMessage Struct Reference

#include <TelepathyQt/Types>

List of all members.

Public Attributes


Detailed Description

Structure type generated from the specification.

A struct representing a debug message, as returned by GetMessages.


Member Data Documentation

Timestamp of the debug message. This is a double to allow more accuracy in the time the message was logged.

Domain of the debug message. This is used to identify the source of debug messages. For example, debug messages from a connection manager could have this Domain struct member be the name of the connection manager, and logs from any helper library could have the name of the helper library.

The domain could also contain a category as to where the log message originated separated by a forward-slash. For example, if a debug message was output in a connection manager called "dummy", in the file-transfer code, this Domain struct member might be dummy/file-transfer.

Level of the debug message. This states the severity of the debug message.

The text of the debug message.


Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation
Telepathy-Qt 0.9.3