mirror of
https://github.com/Seldaek/monolog.git
synced 2026-04-25 23:55:56 +03:00
[PR #915] [CLOSED] Logmatic handler #1412
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#1412
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/915
Author: @gpolaert
Created: 1/12/2017
Status: ❌ Closed
Base:
1.x← Head:logmatic-handler📝 Commits (10+)
c82afaaAdd missed return phpdoc tag. (#908)0a714bcAdd the Logmatic.io handler for the 1.x branche21fcfboops, do not forget to commit tests/47c0464typo in REGEX16e5dd5Update due to the comitters' feedback2ea0dce[] syntax doesn't exist for the 5.3 versionf73eb5d[] syntax doesn't exist for the 5.3 versionb76ba25[] syntax still doesn't exist for the 5.3 versionb6b5bfe[] syntax still doesn't exist for the 5.3 version69b822dthere is no reason that the properties should be protected. Use private instead.📊 Changes
5 files changed (+279 additions, -0 deletions)
View changed files
➕
src/Monolog/Formatter/LogmaticFormatter.php(+72 -0)➕
src/Monolog/Handler/LogmaticHandler.php(+87 -0)📝
src/Monolog/Handler/RavenHandler.php(+1 -0)➕
tests/Monolog/Formatter/LogmaticFormatterTest.php(+36 -0)➕
tests/Monolog/Handler/LogmaticHandlerTest.php(+83 -0)📄 Description
Add the Logmatic.io handler, extram from the master branch.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.