kaystrobach/logger

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

log changes to domain objects

0.2.0

Version
0.2.0
Type
typo3-flow-package
Release Date
Jul 09, 2015 08:42
Source
git
Distribution
zip
Requires
  • gedmo/doctrine-extensions: 2.3.x
dc33e3443fad900edf16a9774a7b33785a17280c

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