# laminas-log

[![Build Status](https://github.com/laminas/laminas-log/workflows/Continuous%20Integration/badge.svg)](https://github.com/laminas/laminas-log/actions?query=workflow%3A"Continuous+Integration")

`Laminas\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 laminas/laminas-log
```

## Documentation

Browse the documentation online at https://docs.laminas.dev/laminas-log/

## Support

- [Issues](https://github.com/laminas/laminas-log/issues/)
- [Chat](https://laminas.dev/chat/)
- [Forum](https://discourse.laminas.dev/)
