kaystrobach/logger

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

log changes to domain objects

Installs: 8 747

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 1

Open Issues: 1

Type:neos-package

pkg:composer/kaystrobach/logger

1.1.0 2025-10-06 10:37 UTC

This package is auto-updated.

Last update: 2025-10-06 10:38:22 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