[PR #882] [CLOSED] Add CsvHandler #1396

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

📋 Pull Request Information

Original PR: https://github.com/Seldaek/monolog/pull/882
Author: @jaymoulin
Created: 11/7/2016
Status: Closed

Base: masterHead: csvhandler


📝 Commits (2)

  • d81a9e8 Add CsvHandler
  • 94670a0 adding unit test for CsvHandler + fix CsvHandler force Array conversion

📊 Changes

4 files changed (+112 additions, -2 deletions)

View changed files

src/Monolog/Handler/CsvHandler.php (+44 -0)
📝 src/Monolog/Handler/StreamHandler.php (+12 -1)
tests/Monolog/Handler/CsvHandlerTest.php (+55 -0)
📝 tests/Monolog/TestCase.php (+1 -1)

📄 Description

No description provided


🔄 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/882 **Author:** [@jaymoulin](https://github.com/jaymoulin) **Created:** 11/7/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `csvhandler` --- ### 📝 Commits (2) - [`d81a9e8`](https://github.com/Seldaek/monolog/commit/d81a9e83e859f4237f80c31148948c0c3b7f5844) Add CsvHandler - [`94670a0`](https://github.com/Seldaek/monolog/commit/94670a01beb4534fc8eb7071fce2dde1731e8504) adding unit test for CsvHandler + fix CsvHandler force Array conversion ### 📊 Changes **4 files changed** (+112 additions, -2 deletions) <details> <summary>View changed files</summary> ➕ `src/Monolog/Handler/CsvHandler.php` (+44 -0) 📝 `src/Monolog/Handler/StreamHandler.php` (+12 -1) ➕ `tests/Monolog/Handler/CsvHandlerTest.php` (+55 -0) 📝 `tests/Monolog/TestCase.php` (+1 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 03:11:58 +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#1396
No description provided.