1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-02-23 22:42:38 +01:00

118 Commits

Author SHA1 Message Date
Jordi Boggiano
aa90882a38 Merge pull request #544 from jeroenvdgulik/master
Added Lumen to list of supported frameworks
2015-04-23 15:22:42 +01:00
Jeroen v.d. Gulik
7ef071f731 Added Lumen to list of supported frameworks
Signed-off-by: Jeroen v.d. Gulik <jeroen@isset.nl>
2015-04-16 16:08:16 +02:00
barbushin
cd90150c24 Add PHPConsoleHandler to debug in Google Chrome
Integrates Monolog with very popular Google Chrome extension "PHP Console" https://chrome.google.com/webstore/detail/php-console/nfhmhhlpfleoednkpnnnkolmclajemef and server library https://github.com/barbushin/php-console. PHPConsoleHandler and "PHP Console" server library code are 100% covered by tests.
2015-03-30 23:47:09 +08:00
Jeroen van der Gulik
3a9699cad1 Update README.mdown
Added Proton to the list of supported Frameworks
2015-02-23 01:11:39 +01:00
Jeroen van der Gulik
16a2ef9fc3 Update README.mdown
Laravel 5 released
2015-02-05 11:06:13 +01:00
Filip Procházka
1a402d7317 Nette Framework integration 2015-01-29 15:58:00 +01:00
Jordi Boggiano
21259d5bfa Add third party package link 2015-01-07 12:49:55 +00:00
Jordi Boggiano
62661aeca0 Update README 2014-12-29 21:19:48 +00:00
Jordi Boggiano
ad4f488bc0 Merge remote-tracking branch 'flowpl/master' 2014-12-29 20:37:12 +00:00
Kunal Mehta
d79400bade Add a SamplingHandler
It wraps around another handler, and only passes on some messages
based on the provided sampling handler.

This was originally written for MediaWiki: https://gerrit.wikimedia.org/r/181346
2014-12-23 12:12:54 -08:00
Florian Plattner
92ac8e1869 updated readme 2014-12-06 16:59:28 +01:00
Jeroen De Dauw
06b96795f6 Improve a grammar 2014-10-28 13:17:31 +01:00
Jordi Boggiano
d0a9acbad0 Add install instructions 2014-10-21 21:10:18 +01:00
NETZkultur
98556a885e Updated the README.mdown
fixed a typo
2014-10-01 09:08:28 +02:00
Jordi Boggiano
feb19af2d4 Add support for PSR-3 levels to all public APIs accepting levels, fixes #421 2014-09-30 13:59:45 +01:00
Jordi Boggiano
0d09e2f8a0 Merge pull request #426 from acdameli/master
New Handler: WhatFailureGroupHandler
2014-09-30 11:56:29 +01:00
Jordi Boggiano
60f8561ffa Merge remote-tracking branch 'anroots/feature/fleep'
Conflicts:
	README.mdown
2014-09-29 23:03:32 +01:00
Jordi Boggiano
7eebdae56b CS fixes/add to README, refs #427 2014-09-29 22:12:28 +01:00
Craig D'Amelio
5b52bc05ba Update readme to indicate why you might use WhatFailureGroupHandler 2014-09-24 13:18:58 -04:00
Ando Roots
7944eecbd8 Add FleepHookHandler
This commit adds a Handler for sending logs to fleep.io
conversations using their Webhook integration
(https://fleep.io/integrations/webhooks/).
2014-08-28 22:08:03 +03:00
John Veldboom
161350f808 update link to latest version of documentation 2014-08-07 11:33:55 -04:00
John Veldboom
026eb98622 update link to latest version of documentation 2014-08-04 21:40:53 -04:00
Robert Reiz
50681a0293 Add References Badge to Readme
Monolog is one of the most referenced project on packagist.org. More than 700 projects already are depending on monolog. Keep up the good work.
2014-07-26 11:14:30 +02:00
gkedzierski
f630bdf7de Add SlackHandler to README 2014-06-15 16:38:49 +02:00
Jordi Boggiano
c3dd9b972b Update requirements 2014-04-04 17:22:02 +02:00
Jordi Boggiano
1492900b33 Add registry to readme 2014-04-04 17:20:47 +02:00
Jordi Boggiano
39c882a347 Add new processor to readme 2014-04-04 17:18:39 +02:00
Robert Kaufmann III
2b6dffa23f Add handler and tests for logentries.com 2014-03-28 22:55:15 -04:00
Jordi Boggiano
8222de98a4 Update changelog/readme/release target 2014-03-23 20:42:39 +01:00
Jordi Boggiano
605c4264cb Rename MinMax handler to Filter handler, wrap it up, refs #338 2014-03-23 20:06:48 +01:00
Jordi Boggiano
26d96f1022 Wrap up flowdock handler, refs #337 2014-03-23 18:53:19 +01:00
Jordi Boggiano
aaeb238fe9 Merge remote-tracking branch 'rs/browser-console-handler' 2014-03-09 16:38:08 +01:00
Paul Statezny
6734a4fbd1 Add composer suggest for Rollbar package.
Update documentation.
2014-03-06 10:58:34 -07:00
Olivier Poitrey
577b7fe96c Add BrowserConsoleHandler
BrowserConsoleHandler is an handler sending logs to browser's javascript console
with no browser extension required
2014-01-16 18:15:41 -08:00
Paul M. Jones
bdc0892b9b add Aura.Web_Project 2013-12-12 11:38:58 -06:00
Jordi Boggiano
11cb918bbc Tweak html output a bit for readability, update readme, force unicode, refs #275 2013-11-20 13:44:25 +01:00
Jordi Boggiano
89ba162dca Update readme, fix cs 2013-11-20 13:30:00 +01:00
Jordi Boggiano
5a96200098 Update changelog/readme 2013-11-14 20:46:26 +01:00
Jordi Boggiano
3987f88f2c Merge remote-tracking branch 'adlawson/dynamodb-handler'
Conflicts:
	README.mdown
	composer.json
2013-11-11 22:43:16 +01:00
skymeyer
b1b210dba3 ElasticSearchHandler and ElasticaFormatter 2013-11-04 17:46:48 -08:00
adlawson
471bc7fa91 Add AWS DynamoDB handler
This also adds the `aws/aws-sdk-php` dev dependency
2013-11-03 14:37:18 +00:00
adlawson
c35d4016db Add scalar value formatter 2013-11-03 13:30:04 +00:00
Jesper Skovgaard Nielsen
359480a45c Added documentation for SyslogUdpHandler 2013-10-31 09:49:30 +01:00
Jordi Boggiano
6fed302df7 Giving up 2013-10-02 16:47:36 +02:00
Nicolas Bastien
15a88ec277 Add missing blod style to log level listing 2013-09-28 06:27:28 +02:00
Jordi Boggiano
f645a74637 Add xoops to framework integrations 2013-09-16 11:22:24 +02:00
Jordi Boggiano
1518320bec Clarify/fix bubbling docs, fixes #229 2013-09-02 12:24:25 +02:00
Jordi Boggiano
f72392d0e6 Update changelog/readme 2013-07-29 00:38:30 +02:00
Alessandro Nadalin
33ea09eb6a updated the documentation 2013-07-24 09:46:20 +04:00
Jordi Boggiano
50ace4ecbf Add new handler to the README 2013-07-17 17:58:51 +02:00