2017 © Pedro Peláez
 

typo3-cms-extension typo3-zahnstocher

Zahnstocher (en. toothpick) helps you when piercing into programming code.

image

stmllr/typo3-zahnstocher

Zahnstocher (en. toothpick) helps you when piercing into programming code.

  • Tuesday, January 17, 2017
  • by stmllr
  • Repository
  • 0 Watchers
  • 1 Stars
  • 210 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Zahnstocher

Zahnstocher (en. toothpick) is a TYPO3 extension which helps you piercing into TYPO3 code., (*1)

Features

TYPO3 6.x: Enhanced IntrospectionProcessor for the Logging API

This processor allows to add a stacktrace from where the log record comes from. It was backported from TYPO3 7.x, (*2)

$GLOBALS['TYPO3_CONF_VARS']['LOG']['processorConfiguration'] = [
        \TYPO3\CMS\Core\Log\LogLevel::DEBUG => [
            \Stmllr\Zahnstocher\Log\Processor\IntrospectionProcessor::class => [
                'appendFullBackTrace' => TRUE,
                'shiftBackTraceLevel' => 4,
            ],
        ],
    ],
];

FileWriter which uses print_r instead of json to format its data.

Provides a better readability when watching the log on the command line., (*3)

$GLOBALS['TYPO3_CONF_VARS']['LOG']['writerConfiguration'] = [
        \TYPO3\CMS\Core\Log\LogLevel::DEBUG => [
            \Stmllr\Zahnstocher\Log\\Writer\FileWriter::class => [
                'logFile' => 'typo3temp/logs/typo3.log'
            ],
        ],
    ],
];

The Versions

17/01 2017

dev-master

9999999-dev https://github.com/stmllr/typo3-zahnstocher

Zahnstocher (en. toothpick) helps you when piercing into programming code.

  Sources   Download

GPL-2.0+

The Requires

 

typo3 cms

17/01 2017

0.1.0

0.1.0.0 https://github.com/stmllr/typo3-zahnstocher

Zahnstocher (en. toothpick) helps you when piercing into programming code.

  Sources   Download

GPL-2.0+

The Requires

 

typo3 cms

28/11 2016

0.0.2

0.0.2.0 https://github.com/stmllr/typo3-zahnstocher

Zahnstocher (en. toothpick) helps you when piercing into programming code.

  Sources   Download

GPL-2.0+

The Requires

 

typo3 cms

26/10 2016

0.0.1

0.0.1.0 https://github.com/stmllr/typo3-zahnstocher

Zahnstocher (en. toothpick) helps you when piercing into programming code.

  Sources   Download

GPL-2.0+

The Requires

 

typo3 cms