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 () |
TpAccount * | account | Read / Write / Construct Only |
char * | account-path | Read |
char * | channel-path | Read / Write / Construct Only |
TplEntity * | receiver | Read / Write / Construct Only |
TplEntity * | sender | Read / Write / Construct Only |
gint64 | timestamp | Read / Write / Construct Only |
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.
Owner: TplEvent
Flags: Read / Write / Construct Only
“account-path”
property “account-path” char *
The account path of the TpAccount to which the log event is related.
Owner: TplEvent
Flags: Read
Default value: NULL
“channel-path”
property “channel-path” char *
The channel path of the TpChannel to which the log event is related.
Owner: TplEvent
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).
Owner: TplEvent
Flags: Read / Write / Construct Only
“sender”
property“sender” TplEntity *
TplEntity instance who originated the log event.
Owner: TplEvent
Flags: Read / Write / Construct Only