EventLogInfo¶
-
class
EventLogInfo(provider, accountname, accountID, foldername)¶ An EventLogInfo instance is used when adding entries to the TbSync Event Log. The information given here will be added as a header to the actual event.
Arguments: - provider (string) –
OptionalA provider ID (also used as provider namespace). - accountname (string) –
OptionalAn account name. Can be arbitrary but should match the accountID (if provided). - accountID (string) –
OptionalAn account ID. Used to filter events for a given account. - foldername (string) –
OptionalA folder name.
-
EventLogInfo.accountID¶ Getter/Setter for the account name of this EventLogInfo.
-
EventLogInfo.accountname¶ Getter/Setter for the account ID of this EventLogInfo.
-
EventLogInfo.foldername¶ Getter/Setter for the folder name of this EventLogInfo.
-
EventLogInfo.provider¶ Getter/Setter for the provider ID of this EventLogInfo.
- provider (string) –