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

damejidlo/crash-log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.