Registry / logging / laminas-laminas-log

laminas-laminas-log

JSON →
library2.17.1phppackagistunverified

Robust, composite logger with filtering, formatting, and PSR-3 support

composer require laminas/laminas-log
INSTALL
IMPORT
SIG · LAMINAS-LAMINAS-LO
L
laminas-laminas-log
loggingphpv2.17.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Logger
use Laminas\Log\Logger;

Create a logger and write an info message to the output stream.

<?php use Laminas\Log\Logger; use Laminas\Log\Writer\Stream; $logger = new Logger(); $writer = new Stream('php://output'); $logger->addWriter($writer); $logger->info('Hello, world!');
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.17.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Amazon
1
Resources
laminas-laminas-log — pip install laminas-laminas-log · libregistry