zeloc/logdata

This is an inline debug logger

Maintainers

Package info

github.com/zeloc/dev_logging

Type:magento2-module

pkg:composer/zeloc/logdata

Statistics

Installs: 39

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

6.0.0 2023-05-05 11:19 UTC

This package is auto-updated.

Last update: 2026-03-05 18:01:34 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