kaystrobach / logger
log changes to domain objects
Installs: 8 040
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 1
Type:neos-package
Requires
- gedmo/doctrine-extensions: 2.3.x
This package is auto-updated.
Last update: 2024-10-17 10:30:09 UTC
README
uses 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 changes
This package also contains a controller to view the changes