mirror of
https://github.com/Seldaek/monolog.git
synced 2026-04-25 23:55:56 +03:00
[PR #90] [MERGED] Amqp helper #923
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#923
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/90
Author: @pomaxa
Created: 6/12/2012
Status: ✅ Merged
Merged: 6/19/2012
Merged by: @Seldaek
Base:
master← Head:master📝 Commits (10+)
b4a33daamqp handler.. need to test4c46dceFixed issuesbe762cbstylea565436AMQPa9df0f4test fix72ee0aemock implemenation, kind offb19840add type hint, remove Exception9d8b108remove notation6a86fa4skip test instead of throw an error6b4f4afget issuer name from record param channel, instead of passing it through handler constructor📊 Changes
4 files changed (+161 additions, -0 deletions)
View changed files
📝
README.mdown(+4 -0)➕
src/Monolog/Handler/AmqpHandler.php(+67 -0)➕
tests/Monolog/Handler/AmqpExchangeMock.php(+29 -0)➕
tests/Monolog/Handler/AmqpHandlerTest.php(+61 -0)📄 Description
adding ability to use rabbitmq as handler;
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.