cliffparnitzky/backend-logs 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

Latest Version on Packagist Installations via composer per month Installations via composer total

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

GitHub 信息

  • Stars: 1
  • Watchers: 2
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: LGPL-3.0
  • 更新时间: 2015-05-04