# zend-log [![Build Status](https://secure.travis-ci.org/zendframework/zend-log.svg?branch=master)](https://secure.travis-ci.org/zendframework/zend-log) [![Coverage Status](https://coveralls.io/repos/github/zendframework/zend-log/badge.svg?branch=master)](https://coveralls.io/github/zendframework/zend-log?branch=master) `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: ```bash $ composer require zendframework/zend-log ``` ## Documentation Browse the documentation online at https://docs.zendframework.com/zend-log/ ## Support * [Issues](https://github.com/zendframework/zend-log/issues/) * [Chat](https://zendframework-slack.herokuapp.com/) * [Forum](https://discourse.zendframework.com/)