hmmh/devlog

The Developer's Log extension provides development logging/debugging functionality and a BE module to browse the logs.

Maintainers

Details

github.com/hmmh/devlog

Source

Installs: 18

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 2

Type:typo3-cms-extension

4.0.1 2020-03-26 09:24 UTC

This package is not auto-updated.

Last update: 2024-07-26 06:39:23 UTC


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' => []
    ]
];