PHPackages                             smartframe-technologies/laminas-monolog-logger - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Logging &amp; Monitoring](/categories/logging)
4. /
5. smartframe-technologies/laminas-monolog-logger

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

smartframe-technologies/laminas-monolog-logger
==============================================

Implementation monolog library using laminas service manager and other libs

0.5.1(1y ago)02.5k1[2 PRs](https://github.com/SmartFrame-Technologies/laminas-monolog-logger/pulls)Apache-2.0PHPPHP ^7.4 || ^8.0

Since Dec 11Pushed 1y ago1 watchersCompare

[ Source](https://github.com/SmartFrame-Technologies/laminas-monolog-logger)[ Packagist](https://packagist.org/packages/smartframe-technologies/laminas-monolog-logger)[ RSS](/packages/smartframe-technologies-laminas-monolog-logger/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (10)Dependencies (10)Versions (17)Used By (0)

laminas-monolog-logger
======================

[](#laminas-monolog-logger)

The `LaminasMonologLogger` provides integration of the [Monolog](https://github.com/Seldaek/monolog) library into the Laminas framework and Mezzio projects.

[![Build Status](https://camo.githubusercontent.com/7f0fb26f0b2ebe7c0ecd5deb89784797e403172b9bdda92a530e9bbec972ba77/68747470733a2f2f7472617669732d63692e636f6d2f536d6172744672616d652d546563686e6f6c6f676965732f6c616d696e61732d6d6f6e6f6c6f672d6c6f676765722e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/SmartFrame-Technologies/laminas-monolog-logger)[![Coverage Status](https://camo.githubusercontent.com/169b04e5597bb600bc8e8a4c1c0efef9f5376c1a9eba65ed56fb8b47c5c7c619/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f536d6172744672616d652d546563686e6f6c6f676965732f6c616d696e61732d6d6f6e6f6c6f672d6c6f676765722f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/SmartFrame-Technologies/laminas-monolog-logger?branch=master)

Installation
------------

[](#installation)

Install the latest version with

```
$ composer require smartframe-technologies/laminas-monolog-logger
```

Configuration
-------------

[](#configuration)

Start by creating a logging configuration file (i.e. `config/autoload/logger.global.php`) with minimal configration

If are you using [ConfigAggregator](https://github.com/laminas/laminas-config-aggregator/) library already have defined `ConfigProvider`
More information in [ConfigProviders](https://docs.laminas.dev/laminas-config-aggregator/config-providers/) section

Minimal config settings
-----------------------

[](#minimal-config-settings)

```
