kaystrobach/logger

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

log changes to domain objects

1.0.0

Version
1.0.0
Type
neos-package
Release Date
Dec 08, 2018 13:13
Source
git
Distribution
zip
Requires
  • gedmo/doctrine-extensions: 2.3.x
  • neos/flow: ~4.0.0
a033f59126a260fe43cd2cbe52d2520f947f04d9

Readme excerpt

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


Read more
The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 13 package(s).