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

This package is not auto-updated.

Last update: 2022-04-02 05:26:12 UTC


README

Build Status

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.

  1. Enable "MailLog" in your application.config.php.
  2. Copy the maillog.local.php.dist (you can find this file in the config 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.