damejidlo/crash-log

This package is abandoned and no longer maintained. No replacement package was suggested.

Tracy integration with Flysystem

0.0.3 2018-08-16 12:28 UTC

This package is auto-updated.

Last update: 2020-01-16 15:01:07 UTC


README

Adapter for Monolog and Flysystem filesystem abstraction. All HTML dumps with uncaught exceptions or PHP errors (that Tracy generates) are stored to any backend storage Flysystem supports.

CrashLog requires a properly configured FilesystemInterface to operate.

Installation

composer.phar require damejidlo/crash-log

Configuration

There is no magic configuration anymore. Use standard monolog configuration.

Contributing

CrashLog is Open Source. Pull request are welcome.