Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for monolog v3 #687

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 28, 2024

  1. Add support for monolog v3

    Changed argument type in method write() $record was an array, now it requires LogRecord object, in level property stored the numeric representation of level (100, 200 etc). Will use getName() to write 'DEBUG' 'WARNING' etc
    Fedorov.Sergey authored and Fedorov.Sergey committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    5d90822 View commit details
    Browse the repository at this point in the history