cliffparnitzky/backend-logs
最新稳定版本:1.0.1
Composer 安装命令:
composer require cliffparnitzky/backend-logs
包简介
Provides a special functionality to display error.log, email.log and other configured logfiles in Contao backend.
关键字:
README 文档
README
Contao Extension: BackendLogs
Provides a special functionality to display error.log, email.log and other configured logfiles in Contao backend.
Installation
Install the extension via composer: cliffparnitzky/backend-logs.
If you prefer to install it manually, download the latest release here: https://github.com/cliffparnitzky/BackendLogs/releases
Tracker
https://github.com/cliffparnitzky/BackendLogs/issues
Compatibility
- min. Contao version: >= 3.2.0
- max. Contao version: < 3.6.0
Dependency
There are no dependencies to other extensions, that have to be installed.
Additional configuration
Add an additional logfile configuration to system/config/localconfig.php :
$GLOBALS['TL_LOGFILES']['logfileMylog'] = array ('logfile' => '/system/logs/mylog.log', 'rows' => 30);
Add additional logfile config translations to system/config/langconfig.php :
if ($GLOBALS['TL_LANGUAGE'] == 'de') { $GLOBALS['TL_LANG']['MOD']['logfileMylog'] = "Mein Logfile"; } elseif ($GLOBALS['TL_LANGUAGE'] == 'en') { $GLOBALS['TL_LANG']['MOD']['logfileMylog'] = "My logfile"; }
统计信息
- 总下载量: 63
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0
- 更新时间: 2015-05-04