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) – Optional A provider ID (also used as provider namespace).
  • accountname (string) – Optional An account name. Can be arbitrary but should match the accountID (if provided).
  • accountID (string) – Optional An account ID. Used to filter events for a given account.
  • foldername (string) – Optional A 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.