dmk/mklog
Keep track of developer logs. Provides automatic email notification about important errors.
Maintainers
Package info
github.com/DMKEBUSINESSGMBH/typo3-mklog
Type:typo3-cms-extension
pkg:composer/dmk/mklog
Requires
- doctrine/dbal: ~2.13.1 || ^3.6 || ^4.0
- egulias/email-validator: ^2.1 || ^3.1 || ^4.0
- graylog2/gelf-php: ~1 || ^2.0
- symfony/rate-limiter: ^6.4 || ^7.0
- typo3/cms-core: ^v12.4.2 || ^13.4
- typo3/cms-scheduler: ^v12.4 || ^13.4
Requires (Dev)
- captainhook/captainhook: ^5.10
- friendsofphp/php-cs-fixer: ^3.3
- mikey179/vfsstream: ^1.6
- php-parallel-lint/php-parallel-lint: ^1.3
- phpcompatibility/php-compatibility: ^9.3.5
- phpmd/phpmd: ^2.11.1
- phpstan/extension-installer: ^1.1
- phpstan/phpstan: ^1.1
- saschaegerer/phpstan-typo3: ^1.0
- ssch/typo3-rector: ^2.8
- typo3/testing-framework: ^8.0 || ^9.0
Suggests
None
Provides
None
Conflicts
None
Replaces
- typo3-ter/mklog: v13.2.6
GPL-2.0-or-later e9a5a98101ce237974fe3198f92bfc9645d20912
- Michael Wagner <michael.wagner.woop@dmk-ebusiness.de>
- Hannes Bochmann <hannes.bochmann.woop@dmk-ebusiness.de>
- RenΓ© Nitzsche <nitzsche.woop@dmk-ebusiness.de>
This package is auto-updated.
Last update: 2026-06-23 13:18:12 UTC
README
π TYPO3 compatibility
π Latest Stable Version
π Total Downloads
π Build Status
π License
This extension offers a developer log. Ther is a scheduler task too, the watch dog, which aggregates devlog entries and sends them via a transport. So it is possible to send a mail with fatal errors the minute they occur but warnings only every 6 hours. Or send a mail with infos from an import every night.
Or transport all the logs to a graylog server
Of course the devlog has to be used by the core and extensions. To have exceptions and errors logged to the devlog the error handling of mktools can be used.
Installation
Install TYPO3 via composer. Installation from TER is no longer supported. Maybe you can use our TYPO3-Composer-Webroot Project
From project root you need to run
composer require dmk/mklog
Documentation
For usage please have a look in our Documentation
