kaystrobach/logger
composer require kaystrobach/logger
log changes to domain objects
1.0.1
Readme excerpt
FLOW.Loggeruses doctrine/loggable to log changes to TYPO3.Flow domain objects
How to 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 Show changesThis package also contains a controller to view the changes
Read more
The same vendor provides 13 package(s).