Registry / logging / zendframework-zend-log

zendframework-zend-log

JSON →
library2.12.0phppackagistunverified

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

composer require zendframework/zend-log
INSTALL
IMPORT
SIG · ZENDFRAMEWORK-ZEND
Z
zendframework-zend-log
loggingphpv2.12.0
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 Zend\Log\Logger;

Log a message to the output stream

use Zend\Log\Logger; use Zend\Log\Writer\Stream; $logger = new Logger(); $writer = new Stream('php://output'); $logger->addWriter($writer); $logger->info('Hello, world!');
Debug
Known issues
breakingThis package is part of the archived Zend Framework; consider migrating to Laminas.
fix
Replace zendframework/zend-log with laminas/laminas-log
affects: >=2.0.0
Upgrade
Version history
2.12.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
39 hits · last 30 days
node
38
Resources
zendframework-zend-log — pip install zendframework-zend-log · libregistry