mirror of
https://github.com/Seldaek/monolog.git
synced 2026-04-26 08:05:53 +03:00
[PR #533] [MERGED] Add PHPConsoleHandler to debug in Google Chrome #1210
Labels
No labels
Bug
Documentation
Feature
Needs Work
Support
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/monolog#1210
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Seldaek/monolog/pull/533
Author: @barbushin
Created: 3/30/2015
Status: ✅ Merged
Merged: 4/23/2015
Merged by: @Seldaek
Base:
master← Head:php-console-handler📝 Commits (2)
cd90150Add PHPConsoleHandler to debug in Google Chrome1c20abfRefactoring regarding Monolog authors requirements📊 Changes
4 files changed (+514 additions, -2 deletions)
View changed files
📝
README.mdown(+2 -0)📝
composer.json(+4 -2)➕
src/Monolog/Handler/PHPConsoleHandler.php(+237 -0)➕
tests/Monolog/Handler/PHPConsoleHandlerTest.php(+271 -0)📄 Description
There is a PHPConsoleHandler that integrates Monolog with very popular Google Chrome extension PHP Console and its server library php-console.
There is also PHPConsoleHandlerTest with 25 tests that are passed on PHP 5.3, 5.4 and 5.5.
I keep code style compatible with PSR1/2 and added documentation notes.
Referenced to #416
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.