Registry / logging / illuminate-log

illuminate-log

JSON →
library11.37.0phppackagistunverified

The Illuminate Log package.

composer require illuminate/log
INSTALL
IMPORT
SIG · ILLUMINATE-LOG
I
illuminate-log
loggingphpv11.37.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.

LogManager
use Illuminate\Log\LogManager;

Create and use a logger instance

use Illuminate\Log\LogManager; $logManager = new LogManager($app); $logger = $logManager->channel('stack'); $logger->info('Hello, world!');
Debug
Known issues
gotchaRequires Laravel application container; standalone usage needs manual configuration
fix
Use Monolog directly if not using Laravel
affects: *
Upgrade
Version history
11.37.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
22
OpenAI (training)
1
Resources
illuminate-log — pip install illuminate-log · libregistry