[PR #303] [MERGED] Add BrowserConsoleHandler #1067

Closed
opened 2026-03-04 03:04:40 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: browser-console-handler


📝 Commits (5)

  • 577b7fe Add BrowserConsoleHandler
  • f13900b Fix PHP 5.3 support for BrowserConsoleHandler
  • 65caca2 Some consmetic changes
  • ca88c4d Fix invalid output when message contain returns
  • e521588 Use 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:

screen shot 2014-01-16 at 18 33 16


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Seldaek/monolog/pull/303 **Author:** [@rs](https://github.com/rs) **Created:** 1/17/2014 **Status:** ✅ Merged **Merged:** 3/9/2014 **Merged by:** [@Seldaek](https://github.com/Seldaek) **Base:** `master` ← **Head:** `browser-console-handler` --- ### 📝 Commits (5) - [`577b7fe`](https://github.com/Seldaek/monolog/commit/577b7fe96cf0a0a84b70f3dfc8c1e88aa23e34dd) Add BrowserConsoleHandler - [`f13900b`](https://github.com/Seldaek/monolog/commit/f13900b7f129c91e9417ed3644e5491bda4d4739) Fix PHP 5.3 support for BrowserConsoleHandler - [`65caca2`](https://github.com/Seldaek/monolog/commit/65caca2b78260561d1d2adb5b855414b77dcf70f) Some consmetic changes - [`ca88c4d`](https://github.com/Seldaek/monolog/commit/ca88c4d4f324e4822da875665700fd48812848e1) Fix invalid output when message contain returns - [`e521588`](https://github.com/Seldaek/monolog/commit/e521588acbc44e5b832377865c02f5d2f3a79850) Use more "unique" markers format for styling ### 📊 Changes **3 files changed** (+313 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.mdown` (+2 -0) ➕ `src/Monolog/Handler/BrowserConsoleHandler.php` (+188 -0) ➕ `tests/Monolog/Handler/BrowserConsoleHandlerTest.php` (+123 -0) </details> ### 📄 Description BrowserConsoleHandler is a handler sending logs to browser's javascript console with no browser extension required Here is an example output: ![screen shot 2014-01-16 at 18 33 16](https://f.cloud.github.com/assets/68232/1943620/65a7831c-7fad-11e3-9900-1694ff887024.png) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 03:04:40 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/monolog#1067
No description provided.