zeloc / logdata
This is an inline debug logger
Package info
Type:magento2-module
pkg:composer/zeloc/logdata
7.0.0
2026-07-20 09:05 UTC
Requires
- php: ^8.4
- magento/framework: >=103.0.3
- magento/product-community-edition: >=2.4.9
This package is auto-updated.
Last update: 2026-07-20 09:12:21 UTC
README
composer require zeloc/logdata
the above represents the name that is defined in the modules composer.json
To add logging you just need to call the static method, place the line:
\Zeloc\LogData\Model\LogData::log($dataToLog);
To use the controller the devtest/test/index