[PR #915] [CLOSED] Logmatic handler #1412

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

📋 Pull Request Information

Original PR: https://github.com/Seldaek/monolog/pull/915
Author: @gpolaert
Created: 1/12/2017
Status: Closed

Base: 1.xHead: logmatic-handler


📝 Commits (10+)

  • c82afaa Add missed return phpdoc tag. (#908)
  • 0a714bc Add the Logmatic.io handler for the 1.x branch
  • e21fcfb oops, do not forget to commit tests/
  • 47c0464 typo in REGEX
  • 16e5dd5 Update due to the comitters' feedback
  • 2ea0dce [] syntax doesn't exist for the 5.3 version
  • f73eb5d [] syntax doesn't exist for the 5.3 version
  • b76ba25 [] syntax still doesn't exist for the 5.3 version
  • b6b5bfe [] syntax still doesn't exist for the 5.3 version
  • 69b822d there is no reason that the properties should be protected. Use private instead.

📊 Changes

5 files changed (+279 additions, -0 deletions)

View changed files

src/Monolog/Formatter/LogmaticFormatter.php (+72 -0)
src/Monolog/Handler/LogmaticHandler.php (+87 -0)
📝 src/Monolog/Handler/RavenHandler.php (+1 -0)
tests/Monolog/Formatter/LogmaticFormatterTest.php (+36 -0)
tests/Monolog/Handler/LogmaticHandlerTest.php (+83 -0)

📄 Description

Add the Logmatic.io handler, extram from the master branch.


🔄 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/915 **Author:** [@gpolaert](https://github.com/gpolaert) **Created:** 1/12/2017 **Status:** ❌ Closed **Base:** `1.x` ← **Head:** `logmatic-handler` --- ### 📝 Commits (10+) - [`c82afaa`](https://github.com/Seldaek/monolog/commit/c82afaa30356d20e08cc74fec7ab9b6ecd38288a) Add missed return phpdoc tag. (#908) - [`0a714bc`](https://github.com/Seldaek/monolog/commit/0a714bcba968d0c2752a31da41ad9a9e68a0840e) Add the Logmatic.io handler for the 1.x branch - [`e21fcfb`](https://github.com/Seldaek/monolog/commit/e21fcfb85172a511c33cedb5614224532fe92a78) oops, do not forget to commit tests/ - [`47c0464`](https://github.com/Seldaek/monolog/commit/47c04644a6bf9b80d19ccc9b48afb4e3110570b2) typo in REGEX - [`16e5dd5`](https://github.com/Seldaek/monolog/commit/16e5dd5281ed70804990beed57ce64bc71c91383) Update due to the comitters' feedback - [`2ea0dce`](https://github.com/Seldaek/monolog/commit/2ea0dcea3f28c9f110d6b0ef58c3d5dd20f68775) [] syntax doesn't exist for the 5.3 version - [`f73eb5d`](https://github.com/Seldaek/monolog/commit/f73eb5d161e5f342c84986bf53a45f4b2d281bfd) [] syntax doesn't exist for the 5.3 version - [`b76ba25`](https://github.com/Seldaek/monolog/commit/b76ba25ccf4f8c1699befda3450dba5c3bcd6271) [] syntax still doesn't exist for the 5.3 version - [`b6b5bfe`](https://github.com/Seldaek/monolog/commit/b6b5bfe4fb9bd434a8eed51f1ca18f7c2e931581) [] syntax still doesn't exist for the 5.3 version - [`69b822d`](https://github.com/Seldaek/monolog/commit/69b822d39c066847be1a0c0550750384bcf1653a) there is no reason that the properties should be protected. Use private instead. ### 📊 Changes **5 files changed** (+279 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `src/Monolog/Formatter/LogmaticFormatter.php` (+72 -0) ➕ `src/Monolog/Handler/LogmaticHandler.php` (+87 -0) 📝 `src/Monolog/Handler/RavenHandler.php` (+1 -0) ➕ `tests/Monolog/Formatter/LogmaticFormatterTest.php` (+36 -0) ➕ `tests/Monolog/Handler/LogmaticHandlerTest.php` (+83 -0) </details> ### 📄 Description Add the Logmatic.io handler, extram from the master branch. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 03:12:30 +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#1412
No description provided.