[PR #703] [CLOSED] HandlerWrapper #1305

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

📋 Pull Request Information

Original PR: https://github.com/Seldaek/monolog/pull/703
Author: @f3ath
Created: 12/18/2015
Status: Closed

Base: masterHead: master


📝 Commits (2)

📊 Changes

3 files changed (+236 additions, -0 deletions)

View changed files

📝 doc/02-handlers-formatters-processors.md (+2 -0)
src/Monolog/Handler/HandlerWrapper.php (+104 -0)
tests/Monolog/Handler/HandlerWrapperTest.php (+130 -0)

📄 Description

Hi. I am using this wrapper in my own projects to make chained filtering handlers. Thought it might be useful for someone else too..


🔄 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/703 **Author:** [@f3ath](https://github.com/f3ath) **Created:** 12/18/2015 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`449e491`](https://github.com/Seldaek/monolog/commit/449e4919b85a9bb6162beec015a996e975817e36) HandlerWrapper - [`bc94a78`](https://github.com/Seldaek/monolog/commit/bc94a786e585fdb2d00ce67bed2e05e2efdb3be9) Merge pull request #1 from Seldaek/master ### 📊 Changes **3 files changed** (+236 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `doc/02-handlers-formatters-processors.md` (+2 -0) ➕ `src/Monolog/Handler/HandlerWrapper.php` (+104 -0) ➕ `tests/Monolog/Handler/HandlerWrapperTest.php` (+130 -0) </details> ### 📄 Description Hi. I am using this wrapper in my own projects to make chained filtering handlers. Thought it might be useful for someone else too.. --- <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:15 +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#1305
No description provided.