mirror of
https://github.com/Seldaek/monolog.git
synced 2026-04-27 08:35:53 +03:00
[PR #303] [MERGED] Add BrowserConsoleHandler #1067
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#1067
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/303
Author: @rs
Created: 1/17/2014
Status: ✅ Merged
Merged: 3/9/2014
Merged by: @Seldaek
Base:
master← Head:browser-console-handler📝 Commits (5)
577b7feAdd BrowserConsoleHandlerf13900bFix PHP 5.3 support for BrowserConsoleHandler65caca2Some consmetic changesca88c4dFix invalid output when message contain returnse521588Use more "unique" markers format for styling📊 Changes
3 files changed (+313 additions, -0 deletions)
View changed files
📝
README.mdown(+2 -0)➕
src/Monolog/Handler/BrowserConsoleHandler.php(+188 -0)➕
tests/Monolog/Handler/BrowserConsoleHandlerTest.php(+123 -0)📄 Description
BrowserConsoleHandler is a handler sending logs to browser's javascript console with no browser extension required
Here is an example output:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.