mirror of
https://github.com/Seldaek/monolog.git
synced 2026-04-26 08:05:53 +03:00
[PR #532] [CLOSED] Add PHPConsoleHandler to debug in Google Chrome #1208
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#1208
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/532
Author: @barbushin
Created: 3/30/2015
Status: ❌ Closed
Base:
master← Head:php-console-handler📝 Commits (1)
7bd072fAdd PHPConsoleHandler to debug in Google Chrome📊 Changes
4 files changed (+516 additions, -2 deletions)
View changed files
📝
README.mdown(+2 -0)📝
composer.json(+4 -2)➕
src/Monolog/Handler/PHPConsoleHandler.php(+239 -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.