dmk / mklog
Keep track of developer logs. Provides automatic email notification about important errors.
Installs: 29 754
Dependents: 1
Suggesters: 0
Security: 0
Stars: 5
Watchers: 28
Forks: 4
Open Issues: 2
Type:typo3-cms-extension
Requires
- doctrine/dbal: ~2.13.1 || ^3.6
- egulias/email-validator: ^2.1 || ^3.1 || ^4.0
- graylog2/gelf-php: ~1
- typo3/cms-core: ^11.5.7 || ^v12.4.2
- typo3/cms-scheduler: ^11.5 || ^v12.4
Requires (Dev)
- 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
- sebastian/phpcpd: ^5.0 || ^6.0
- typo3/testing-framework: ^7.0
Suggests
- digedag/rn-base: Needed for the backend module, so you can view the logs directly in the TYPO3 backend
Replaces
- typo3-ter/mklog: v12.0.3
- 13.2.x-dev
- 12.4.x-dev
- v12.0.3
- v12.0.2
- v12.0.1
- v12.0.0
- 11.5.x-dev
- v11.0.15
- 11.0.14
- v11.0.13
- v11.0.12
- v11.0.11
- v11.0.10
- v11.0.9
- v11.0.8
- v11.0.7
- v11.0.6
- v11.0.5
- v11.0.4
- v11.0.3
- v11.0.2
- v11.0.1
- v11.0.0
- 10.4.x-dev
- v10.1.4
- 10.1.3
- v10.1.2
- v10.1.1
- v10.1.0
- v10.0.3
- v10.0.2
- 10.0.1
- 10.0.0
- 9.6.0
- 9.5.x-dev
- 9.5.11
- 9.5.10
- 9.5.6
- 9.5.5
- 9.5.4
- 9.5.3
- 9.5.2
- 9.5.1
- 9.5.0
- 3.1.6
- 3.1.5
- 3.1.4
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.2
- v3.0.1
- 3.0.0
- 2.2.5
- 2.2.4
- 2.2.3
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.5
- 2.1.4
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.1.9
- 1.1.8
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- dev-bugfix/runidcreation
- dev-feature/detach-from-rn_base
- dev-dependabot/composer/Resources/Private/PHP/Composer/egulias/email-validator/guzzlehttp/psr7-2.5.0
- dev-dependabot/composer/Resources/Private/PHP/Composer/egulias/email-validator/guzzlehttp/guzzle-7.5.0
This package is auto-updated.
Last update: 2024-10-21 09:45:10 UTC
README
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. 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