hmmh / devlog
The Developer's Log extension provides development logging/debugging functionality and a BE module to browse the logs.
Installs: 18
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 2
Type:typo3-cms-extension
Requires
- typo3/cms-core: >=9.5.0,<10.0
Replaces
- devlog/devlog: 4.0.1
- typo3-ter/devlog: 4.0.1
This package is not auto-updated.
Last update: 2024-11-15 07:59:06 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' => []
]
];