mirror of
https://github.com/Seldaek/monolog.git
synced 2026-04-25 23:55:56 +03:00
[PR #703] [CLOSED] HandlerWrapper #1305
Labels
No labels
Bug
Documentation
Feature
Needs Work
Support
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/monolog#1305
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Seldaek/monolog/pull/703
Author: @f3ath
Created: 12/18/2015
Status: ❌ Closed
Base:
master← Head:master📝 Commits (2)
449e491HandlerWrapperbc94a78Merge pull request #1 from Seldaek/master📊 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.