kaystrobach/logger
Composer 安装命令:
composer require kaystrobach/logger
包简介
log changes to domain objects
README 文档
README
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
统计信息
- 总下载量: 9.04k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2015-06-29