2017 © Pedro Peláez
 

contao-module backend-logs

Provides a special functionality to display error.log, email.log and other configured logfiles in Contao backend.

image

cliffparnitzky/backend-logs

Provides a special functionality to display error.log, email.log and other configured logfiles in Contao backend.

  • Wednesday, September 16, 2015
  • by cliffparnitzky
  • Repository
  • 1 Watchers
  • 1 Stars
  • 55 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Latest Version on Packagist Installations via composer per month Installations via composer total, (*1)

Contao Extension: BackendLogs

Provides a special functionality to display error.log, email.log and other configured logfiles in Contao backend., (*2)

Installation

Install the extension via composer: cliffparnitzky/backend-logs., (*3)

If you prefer to install it manually, download the latest release here: https://github.com/cliffparnitzky/BackendLogs/releases, (*4)

Tracker

https://github.com/cliffparnitzky/BackendLogs/issues, (*5)

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., (*6)

Additional configuration

Add an additional logfile configuration to system/config/localconfig.php :, (*7)

$GLOBALS['TL_LOGFILES']['logfileMylog'] = array ('logfile' => '/system/logs/mylog.log', 'rows' => 30);

Add additional logfile config translations to system/config/langconfig.php :, (*8)

if ($GLOBALS['TL_LANGUAGE'] == 'de')
{
    $GLOBALS['TL_LANG']['MOD']['logfileMylog'] = "Mein Logfile";
}
elseif ($GLOBALS['TL_LANGUAGE'] == 'en')
{
    $GLOBALS['TL_LANG']['MOD']['logfileMylog'] = "My logfile";
}

The Versions

16/09 2015

dev-master

9999999-dev

Provides a special functionality to display error.log, email.log and other configured logfiles in Contao backend.

  Sources   Download

LGPL-3.0+

The Requires

 

contao log file

16/09 2015

1.0.1

1.0.1.0

Provides a special functionality to display error.log, email.log and other configured logfiles in Contao backend.

  Sources   Download

LGPL-3.0+

The Requires

 

contao log file

05/05 2015

1.0.0

1.0.0.0

Provides a special functionality to display error.log, email.log and other configured logfiles in Contao backend.

  Sources   Download

LGPL-3.0+

The Requires

 

contao log file