Monolog 1.25.0 发布,PHP 日志工具

Monolog 是一种支持 PHP 5.3+ 以上的日志记录工具,并为 Symfony 2 默认支持。1.25.0 版本已经发布,更新内容如下:

  • 弃用 SlackbotHandler,改用 SlackWebhookHandler 或 SlackHandler
  • 弃用 RavenHandler,使用 Sentry/Sentry 2.x 和 Sentry\monolog\Handler
  • 添加了与 FormattableHandlerInterface、FormattableHandlerTrait、ProcessableHandlerInterface、ProcessableHandlerTrait 兼容的接口和特性
  • 对 SyslogUdpHandler 添加 RFC3164 支持
  • 修复了 GroupHandler 和 WhatFailureGroupHandler 中的问题
  • 修复了 SignalHandler 重新启动 syscalls 功能中的问题
  • 修复了规范器处理异常回溯以避免在某些情况下序列化参数的问题
  • 修复了 ZendMonitorHandler 使用最新 Zend 服务器版本的问题
  • 修复了 ChromePHandler,以避免发送比最新 Chrome 版本在标头中允许的更多数据(从 256 KB 降至 4KB)

详情见更改日志:https://github.com/Seldaek/monolog/releases/ 

猜你喜欢

转载自www.oschina.net/news/109763/monolog-1-25-0-released