Monolog v1.20.0 Release Notes

Release Date: 2016-07-02 // almost 8 years ago
    • Added FingersCrossedHandler::activate() to manually trigger the handler regardless of the activation policy
    • Added StreamHandler::getUrl to retrieve the stream's URL
    • Added ability to override addRow/addTitle in HtmlFormatter
    • Added the $context to context information when the ErrorHandler handles a regular php error
    • Deprecated RotatingFileHandler::setFilenameFormat to only support 3 formats: Y, Y-m and Y-m-d
    • Fixed WhatFailureGroupHandler to work with PHP7 throwables
    • Fixed a few minor bugs