Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.59 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.59 KB

laminas-log

This package is considered feature-complete, and is now in security-only maintenance mode, following a decision by the Technical Steering Committee. If you have a security issue, please follow our security reporting guidelines. If you wish to take on the role of maintainer, please nominate yourself

If you are looking for an actively maintained package alternative, we recommend:

Build Status

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:

$ composer require laminas/laminas-log

Documentation

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

Support