kaystrobach/logger

There is no license information available for the latest version (1.0.1) of this package.

log changes to domain objects

Installs: 7 824

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 1

Open Issues: 1

Type:neos-package

1.0.1 2018-12-08 13:14 UTC

This package is auto-updated.

Last update: 2024-04-17 09:27:10 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