kaystrobach / logger
There is no license information available for the latest version (1.1.0) of this package.
log changes to domain objects
1.1.0
2025-10-06 10:37 UTC
Requires
- gedmo/doctrine-extensions: ^3.12
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