kaystrobach/logger

Last activity 17 Aug 2023 1 1 8414
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
Requires
  • gedmo/doctrine-extensions: 2.3.x
a4b60f29bd29b2f9759115bdab3d4d565e7d37fa

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