Skip to content
This repository has been archived by the owner on Jul 6, 2020. It is now read-only.

Latest commit

 

History

History
23 lines (18 loc) · 598 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 598 Bytes

CrashLog

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.