owlcoder / logcollect
Collect logs from single or multiple sites
dev-master
2020-04-17 10:48 UTC
Requires
- php: >=7.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-08-18 00:55:57 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')