.append(" connector=").append(connectorName)
.append(" eventType=").append(event.objectTypes)
.append(" date=").append(event.date)
.append(" guestId=").append(event.updateInfo.getGuestId());
for (AbstractFacet facet : event.facets) {
final FacetCreatedEvent facetCreatedEvent = new FacetCreatedEvent();
facetCreatedEvent.username = guest.username;
facetCreatedEvent.serverName = parse.getServerName();
facetCreatedEvent.connectorName = connectorName;
facetCreatedEvent.objectType = ObjectType.getObjectType(connector, facet.objectType).getName();
facetCreatedEvent.isLocalTime = facet instanceof AbstractLocalTimeFacet;