kaystrobach/logger

Last activity 17 Aug 2023 1 1 7654
composer require kaystrobach/logger

log changes to domain objects

1.0.1

Version
1.0.1
Type
neos-package
Release Date
Dec 08, 2018 13:14
Source
git
Distribution
zip
a4b60f29bd29b2f9759115bdab3d4d565e7d37fa

FLOW.Logger

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

The content of the readme is provided by Github
The same vendor provides 13 package(s).