owlcoder / logcollect
Collect logs from single or multiple sites
dev-master
2020-04-17 10:48 UTC
Requires
- php: >=7.0
This package is auto-updated.
Last update: 2025-08-17 22:27:32 UTC
README
The library works in conjunction with the log-collect.com server. In order to connect the library you need to register on the service. You need register account, add your site in the settings.
Using
use Owlcoder\LogCollect\LogCollect; $api = new LogCollect($youApiKey); $api->error('some message', 'stack trace here')