mirror of
https://github.com/Seldaek/monolog.git
synced 2026-04-26 08:05:53 +03:00
[PR #23] [MERGED] FingersCrossedHandler improvements #882
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#882
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/23
Author: @stof
Created: 5/6/2011
Status: ✅ Merged
Merged: 5/8/2011
Merged by: @Seldaek
Base:
master← Head:fingerscrossed📝 Commits (2)
9b08424Changed FingersCrossedHandler to use handleBatch when the buffer is triggereda75f796Added the possibility to configure whether the FingersCrossedHandler should continue to buffer after being triggered or not📊 Changes
2 files changed (+21 additions, -6 deletions)
View changed files
📝
src/Monolog/Handler/FingersCrossedHandler.php(+9 -6)📝
tests/Monolog/Handler/FingersCrossedHandlerTest.php(+12 -0)📄 Description
This adds the availability to configure the behavior of the FingersCrossedHandler after being triggered and changed to
formatBatchto behave better when the nested handler does not just do aforeachloop to handle batch.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.