kaystrobach/logger

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

log changes to domain objects

dev-master

Version
dev-master
Type
neos-package
Release Date
Aug 17, 2023 08:07
Source
git
Distribution
zip
Requires
  • gedmo/doctrine-extensions: ^3.12
3999977d019fdf4d617a3d0ba8a184028d0e64ea

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).