PHP Classes

File: composer.json

Recommend this page to a friend!
  Packages of Eric AGNEL   SLogger   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: SLogger
Log messages following the PSR-3 specification
Author: By
Last change: refactor: update for PHP 8.4 and removing psr/logs requirement

- Updated codebase for PHP 8.4 implicit nullable changes.
- Removed psr/logs dependency to enable stricter errorlevel type enforcement in Logger::log().

Changes:
new file: src/Kuran/SLogger/LoggerInterface.php

modified: src/Kuran/SLogger/Formaters/LineFormater.php
modified: src/Kuran/SLogger/Logger.php
modified: src/Kuran/SLogger/Managers/FileManager.php
Date: 7 months ago
Size: 392 bytes
 

Contents

Class file image Download
{ "name": "kuran/slogger", "description": "A simple logger file.", "keywords": [ "log", "logging", "psr-3" ], "type": "library", "license": "MIT", "authors": [ { "name": "AGNEL Eric", "email": "eric.agnel@gmail.com" } ], "require": { "php": ">=8.1" }, "autoload": { "psr-4": { "Kuran\\SLogger\\": "src/Kuran/SLogger" } }, "minimum-stability": "stable" }