mirror of
https://github.com/Seldaek/monolog.git
synced 2026-04-26 08:05:53 +03:00
[PR #30] [CLOSED] FirePHP 1.0 support #888
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#888
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/30
Author: @cadorn
Created: 5/12/2011
Status: ❌ Closed
Base:
master← Head:master📝 Commits (9)
4bd0d34FirePHP 1.0 support3602deeReverted FirePHPHandler and added InsightHandler; updated docs7753fe3Merge branch 'upstream'b0e15f5fixed logging levelsae25f57silence if FirePHP 1.0 not found; refactoring; insight API via ::getContext(); docsed43e3cCS fix22b760cExtend AbstractProcessingHandler instead5438aadUse getInstance() insteadf36d611fixed formatter and stack adjustment📊 Changes
5 files changed (+224 additions, -1 deletions)
View changed files
📝
README.mdown(+39 -1)➕
src/Monolog/Formatter/PassthruFormatter.php(+38 -0)📝
src/Monolog/Handler/FirePHPHandler.php(+3 -0)➕
src/Monolog/Handler/InsightHandler.php(+104 -0)➕
src/Monolog/Handler/InsightHandler/NullMessage.php(+40 -0)📄 Description
I added support for FirePHP 1.0 to the FirePHP handler along with instructions in the README.
The handler will now use FirePHP 1.0 if detected instead of the built-in protocol implementation. There are many advantages to this including:
Coming soon:
Try it out, let me know what you think. I would be happy to maintain this integration and add to it over time.
I hope you are enjoying your time away!
Christoph
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.