hmmh/devlog
Composer 安装命令:
composer require hmmh/devlog
包简介
The Developer's Log extension provides development logging/debugging functionality and a BE module to browse the logs.
README 文档
README
This is a 9 LTS compatible version of cobwebch/devlog.
TYPO3 extension for logging calls from the Logging Framework (instead of GeneralUtility:devLog()) and browsing and searching those entries.
If you want to use the FileWriter please add the following code:
$GLOBALS['TYPO3_CONF_VARS']['LOG']['writerConfiguration'] = [
\TYPO3\CMS\Core\Log\LogLevel::DEBUG => [
'Devlog\\Devlog\\Writer\\FileWriter' => []
]
];
统计信息
- 总下载量: 18
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2019-08-27