Registry / logging / zendframework-zend-log

zendframework-zend-log

JSON →
library2.12.0phppackagistunverified

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

logging
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.

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 footguns
breakingThis package is part of the archived Zend Framework; consider migrating to Laminas.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
23 hits · last 30 days
bytedance
5
gptbot
3
claudebot
3
petalbot
1
ahrefsbot
1
amazonbot
1
Resources