Top |
gint64 | tpl_event_get_timestamp () |
const gchar * | tpl_event_get_account_path () |
TpAccount * | tpl_event_get_account () |
TplEntity * | tpl_event_get_sender () |
TplEntity * | tpl_event_get_receiver () |
gboolean | tpl_event_equal () |
The TPLogger log event represents a generic log event, which will be specialized by subclasses of TplEvent.
“account”
property“account” TpAccount *
The TpAccount to which the log event is related.
Flags: Read / Write / Construct Only
“account-path”
property“account-path” gchar *
The account path of the TpAccount to which the log event is related.
Flags: Read
Default value: NULL
“channel-path”
property“channel-path” gchar *
The channel path of the TpChannel to which the log event is related.
Flags: Read / Write / Construct Only
Default value: NULL
“receiver”
property“receiver” TplEntity *
TplEntity instance destination for the log event (may be NULL with some log stores).
Flags: Read / Write / Construct Only
“sender”
property“sender” TplEntity *
TplEntity instance who originated the log event.
Flags: Read / Write / Construct Only