3makkk / mail-log
This package is abandoned and no longer maintained.
No replacement package was suggested.
Module for Zend Framework 2 to log errors and exceptions
0.3
2015-09-02 18:54 UTC
Requires
- zendframework/zend-log: ^2.5.2
- zendframework/zendframework: ^2.4
Requires (Dev)
- fabpot/php-cs-fixer: 1.7.*
- phpunit/phpunit: ~4.0
This package is not auto-updated.
Last update: 2022-04-02 05:26:12 UTC
README
Mail Log
Created by Sven Friedemann
Introduction
Module for Zend Framework 2 to log errors and exceptions.
Installation
Add "3makkk\mail-log" to your composer.json file and update your dependencies.
- Enable "MailLog" in your
application.config.php
. - Copy the
maillog.local.php.dist
(you can find this file in theconfig
folder of 3makkk\MailLog) into your config/autoload folder and apply any setting you want.
Requirements
Zend Framework 2
Configuration
See ```config/maillog.local.php.dist.
Usage
MailLog logs every error and sends them to your configured email address.