https://github.com/damejidlo/crash-log
https://github.com/damejidlo/crash-log
crash-log flysystem nette tracy
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/damejidlo/crash-log
- Owner: damejidlo
- License: bsd-3-clause
- Archived: true
- Created: 2017-08-25T14:22:04.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-16T12:35:22.000Z (almost 8 years ago)
- Last Synced: 2025-05-16T14:11:11.441Z (about 1 year ago)
- Topics: crash-log, flysystem, nette, tracy
- Language: PHP
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
CrashLog
====
Adapter for [Monolog](https://github.com/Seldaek/monolog) and
[Flysystem](https://flysystem.thephpleague.com/) 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
----
```bash
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.