zendframework/zend-log

This package is abandoned and no longer maintained. The author suggests using the laminas/laminas-log package instead.

Robust, composite logger with filtering, formatting, and PSR-3 support

2.12.0 2019-12-27 16:18 UTC

README

Repository abandoned 2019-12-31

This repository has moved to laminas/laminas-log.

Build Status Coverage Status

Zend\Log is a component for general purpose logging. It supports multiple log backends, formatting messages sent to the log, and filtering messages from being logged.

Installation

Run the following to install this library:

$ composer require zendframework/zend-log

Documentation

Browse the documentation online at https://docs.zendframework.com/zend-log/

Support