uses doctrine/loggable to log changes to TYPO3.Flow domain objects
use Gedmo\Mapping\Annotation as Gedmo;
annotate the class, which should be logged with:
@Gedmo\Loggable(logEntryClass="KayStrobach\Logger\Domain\Model\LogEntry")
annotate the property to watch for changes with:
@Gedmo\Versioned
This package also contains a controller to view the changes