zeloc/logdata

This is an inline debug logger

Installs: 36

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:magento2-module

6.0.0 2023-05-05 11:19 UTC

This package is auto-updated.

Last update: 2024-04-05 13:42:58 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