PHPackages                             noresources/log - 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. noresources/log

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

noresources/log
===============

PSR-3 logger interface utility

v3.0.0(11mo ago)04MITPHP &gt;= 8.0CI failing

Since Jun 9Pushed 11mo agoCompare

[ Source](https://github.com/noresources/php-log)[ Packagist](https://packagist.org/packages/noresources/log)[ RSS](/packages/noresources-log/feed)WikiDiscussions 1.x Synced 1mo ago

READMEChangelogDependencies (2)Versions (6)Used By (0)

noresources/log
===============

[](#noresourceslog)

PSR-3 Logger interface - Utilities

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

[](#installation)

For PHP &lt;8

```
composer require noresources/log ^2.0
```

For PHP &gt;=8

```
composer require noresources/log ^3.0
```

These versions conflicts with `noresources/core` &lt;4.0.

`noresources/log` version 1.x is a dummy package that can be used with `noresources/core` &lt;4.0.

To obtain maximum compatibility across PHP versions, usa the following rulese: `composer.json`

```
"require" : {
	"noresources/core": "^3.0 || ^4.0",
	"noresources/log": "
