[PR #719] [CLOSED] Add Understand.io handler, formatter & tests #1313

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

📋 Pull Request Information

Original PR: https://github.com/Seldaek/monolog/pull/719
Author: @aivis
Created: 1/14/2016
Status: Closed

Base: 1.xHead: 1.x


📝 Commits (2)

  • 1d0801a add Understand.io handler, formatter & tests
  • 4943d5b fix array style

📊 Changes

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

View changed files

📝 doc/02-handlers-formatters-processors.md (+2 -0)
src/Monolog/Formatter/UnderstandFormatter.php (+85 -0)
src/Monolog/Handler/UnderstandHandler.php (+125 -0)
tests/Monolog/Formatter/UnderstandFormatterTest.php (+77 -0)
tests/Monolog/Handler/UnderstandHandlerTest.php (+46 -0)

📄 Description

Add handler for Understand.io

Handler uses curl command line tool to deliver data.


🔄 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/719 **Author:** [@aivis](https://github.com/aivis) **Created:** 1/14/2016 **Status:** ❌ Closed **Base:** `1.x` ← **Head:** `1.x` --- ### 📝 Commits (2) - [`1d0801a`](https://github.com/Seldaek/monolog/commit/1d0801af1655dab10a7017ae0dbdb98e59798402) add Understand.io handler, formatter & tests - [`4943d5b`](https://github.com/Seldaek/monolog/commit/4943d5b17679615e02668cbb5920cff668a7815e) fix array style ### 📊 Changes **5 files changed** (+335 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `doc/02-handlers-formatters-processors.md` (+2 -0) ➕ `src/Monolog/Formatter/UnderstandFormatter.php` (+85 -0) ➕ `src/Monolog/Handler/UnderstandHandler.php` (+125 -0) ➕ `tests/Monolog/Formatter/UnderstandFormatterTest.php` (+77 -0) ➕ `tests/Monolog/Handler/UnderstandHandlerTest.php` (+46 -0) </details> ### 📄 Description Add handler for [Understand.io](https://www.understand.io) Handler uses `curl` command line tool to deliver data. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 03:09:22 +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#1313
No description provided.