mirror of
https://github.com/Seldaek/monolog.git
synced 2026-04-26 08:05:53 +03:00
[GH-ISSUE #25] FirePHPHandler as known FirePHP plugin #5
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#5
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?
Originally created by @stof on GitHub (May 8, 2011).
Original GitHub issue: https://github.com/Seldaek/monolog/issues/25
The FirePHPHandler currently uses the plugin URI of the Zend library as only known plugins can log to FirePHP.
It may be possible to have Monolog as a recognized plugin.
@Seldaek commented on GitHub (May 8, 2011):
Contacted @cadorn about this. We'll see what he says.
@stof commented on GitHub (May 13, 2011):
@cadorn what is the solution here for people keeping using the basic FirePHPHandler ? Keep using the plugin uri of ZF ?
@cadorn commented on GitHub (May 13, 2011):
Let's use the FirePHPCore one for now as that library will stay closer to your implementation than the ZF one:
http://meta.firephp.org/Wildfire/Plugin/FirePHP/Library-FirePHPCore/0.3
I have not tested it, but it should work. Let me know.
@stof commented on GitHub (May 13, 2011):
I just tested in my project and it works. @Seldaek should I send a PR with the change or are you doing it yourself ?
@Seldaek commented on GitHub (May 16, 2011):
Done