PHPackages                             antidot-fw/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. antidot-fw/logger

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

antidot-fw/logger
=================

Anti.Framework logger adapter library

2.0.0(2y ago)27211[3 PRs](https://github.com/antidot-framework/antidot-logger/pulls)2BSD-2-ClausePHPPHP ~8.1.0 || ~8.2.0

Since Apr 20Pushed 2y ago4 watchersCompare

[ Source](https://github.com/antidot-framework/antidot-logger)[ Packagist](https://packagist.org/packages/antidot-fw/logger)[ GitHub Sponsors](https://github.com/kpicaza)[ RSS](/packages/antidot-fw-logger/feed)WikiDiscussions 2.x.x Synced yesterday

READMEChangelog (3)Dependencies (8)Versions (11)Used By (2)

Antidot Logger
==============

[](#antidot-logger)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/ed069c362b2fcfd3039d3e6c4fc28f40c927fe06844241f60c4e5e12444e4b85/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f616e7469646f742d6672616d65776f726b2f616e7469646f742d6c6f676765722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/antidot-framework/antidot-logger/?branch=2.x.x)[![Code Coverage](https://camo.githubusercontent.com/074a9680b6cb5bea46285445d0f07924ca2fed15c17a59ad5359a833dd7e73a5/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f616e7469646f742d6672616d65776f726b2f616e7469646f742d6c6f676765722f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/antidot-framework/antidot-logger/?branch=2.x.x)[![Build Status](https://camo.githubusercontent.com/551fba74343e8da52718aed7299943efc98cdf5ef8f5866bad401a2ad8c499a8/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f616e7469646f742d6672616d65776f726b2f616e7469646f742d6c6f676765722f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/antidot-framework/antidot-logger/build-status/2.x.x)[![Code Intelligence Status](https://camo.githubusercontent.com/c0fca70cfa952911d6458006114e80e48ec6cbc725248a66efc2390517a2db8e/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f616e7469646f742d6672616d65776f726b2f616e7469646f742d6c6f676765722f6261646765732f636f64652d696e74656c6c6967656e63652e7376673f623d322e782e78)](https://scrutinizer-ci.com/code-intelligence)[![Maintainability](https://camo.githubusercontent.com/546e3794296a1cd425bac007164157a82bbb227b288d475461581883b7694e46/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f64643533343963313966373939316533666139352f6d61696e7461696e6162696c697479)](https://camo.githubusercontent.com/546e3794296a1cd425bac007164157a82bbb227b288d475461581883b7694e46/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f64643533343963313966373939316533666139352f6d61696e7461696e6162696c697479)

Application PSR-15 logger middleware:

- RequestLoggerMiddleware
- ExceptionLoggerMiddleware

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

[](#installation)

Require package with [composer package manager](https://getcomposer.org/download/).

```
composer require antidot-fw/logger
```

Add both Middleware to your Pipeline

```
