dmk/mklog

Keep track of developer logs. Provides automatic email notification about important errors.

Package info

github.com/DMKEBUSINESSGMBH/typo3-mklog

Homepage

Type:typo3-cms-extension

pkg:composer/dmk/mklog

Statistics

Installs: 37 015

Dependents: 1

Suggesters: 0

Stars: 7

Open Issues: 0

v13.2.6 2026-06-09 14:16 UTC

Requires

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>

lognotificationTYPO3 CMSdevlog

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

CHANGELOG