2017 © Pedro Peláez
 

typo3-flow-package logger

log changes to domain objects

image

kaystrobach/logger

log changes to domain objects

  • Tuesday, January 10, 2017
  • by kaystrobach
  • Repository
  • 1 Watchers
  • 1 Stars
  • 2,879 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 3 Versions
  • 3 % Grown

The README.md

FLOW.Logger

uses doctrine/loggable to log changes to TYPO3.Flow domain objects, (*1)

How to

use Gedmo\Mapping\Annotation as Gedmo;

annotate the class, which should be logged with:, (*2)

@Gedmo\Loggable(logEntryClass="KayStrobach\Logger\Domain\Model\LogEntry")

annotate the property to watch for changes with:, (*3)

@Gedmo\Versioned

Show changes

This package also contains a controller to view the changes, (*4)

The Versions

10/01 2017

dev-master

9999999-dev

log changes to domain objects

  Sources   Download

The Requires

 

10/01 2017

0.2.1

0.2.1.0

log changes to domain objects

  Sources   Download

The Requires

 

09/07 2015

0.2.0

0.2.0.0

log changes to domain objects

  Sources   Download

The Requires