PSR-3 logger interface utility

v3.0.0 2025-06-09 14:25 UTC

This package is auto-updated.

Last update: 2025-06-09 14:35:41 UTC


README

PSR-3 Logger interface - Utilities

Installation

For PHP <8

composer require noresources/log ^2.0

For PHP >=8

composer require noresources/log ^3.0

These versions conflicts with noresources/core <4.0.

noresources/log version 1.x is a dummy package that can be used with noresources/core <4.0.

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

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