zeloc / logdata
This is an inline debug logger
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
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-08-20 09:21:24 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