griffolion/psr-dot-notation-processor
最新稳定版本:v2.0.0
Composer 安装命令:
composer require griffolion/psr-dot-notation-processor
包简介
Allows dot notation when using curly bracket interpolation in Monolog log messages.
README 文档
README
Introduction
This package allows the use of array dot notation when using PSR-3 log message interpolation within Monolog. When using PsrLogMessageProcessor that ships as standard with Monolog, only the first level of $record['context'] is parsed into the template. This processor allows you to access deeper levels of the context array to enrich your log messages with meaningful data that may be buried.
Example:
$logger->info('Call time took {call_stats.transfer_time}ms.', ['call_stats' => ['transfer_time' => 587]]);
Will translate to:
Call time took 587ms.
Requirements
- Monolog 2
Installation
composer require griffolion/psr-dot-notation-processor
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-05-22