1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-20 11:51:32 +02:00
Commit Graph

1966 Commits

Author SHA1 Message Date
Jordi Boggiano
6469e29020 Merge pull request #521 from elyobo/additional-parameters
Allow passing additional parameters to PHP's mail().
2015-03-04 11:37:13 +00:00
Jordi Boggiano
bd611713ed Merge pull request #520 from StephenHynes7/change-logentries-endpoint
Use data.logentries.com and port 443 instead of api
2015-03-03 19:26:21 +00:00
John Kary
fea588c055 Swift_Message can now be customized based on logged data 2015-03-02 22:51:57 -06:00
Liam O'Boyle
c373cfbc30 Allow passing additional parameters to PHP's mail().
PHP's mail() function accepts an optional additional_parameters argument
which can be used to provide additional information, such as setting the
envelope sender, for some MTAs.  This patch allows the
NativeMailerHandler to pass these through.
2015-03-03 11:55:04 +11:00
Liam O'Boyle
42ea303cfe Return self from NativeMailerHandler::addHeader().
NativeMailerHandler::setContentType() and NativeMailerHandler::setEncoding()
both return the NativeMailerHandler object, allowing a fluent coding
style.  This fix adds the same behaviour to NativeMailerHandler::addHeader()
for so that all public non-inherited methods behave this way for
consistency.
2015-03-03 11:50:22 +11:00
Stephen Hynes
7483b1ee2e Use data.logentries.com and port 443 instead of api 2015-03-02 14:54:25 +00:00
John Kary
f5eaeeb144 Swift_Message creation is now lazy when using callback
Swift_Message object is not created until right before the message is
sent, if it is sent at all. This prevents the expensive Swift_Mailer
autoloader from being invoked.

Swift_Mailer is now also required to run test suite
2015-03-01 20:03:39 -06:00
Jordi Boggiano
1b34cd4d88 Rename var for clarity 2015-03-01 15:07:20 +00:00
Jordi Boggiano
995a61bec8 CS fixes 2015-03-01 14:12:35 +00:00
Jordi Boggiano
951f024bfb Add test script 2015-03-01 14:02:02 +00:00
Jordi Boggiano
5cd99de56d Accept incomplete records in GelfMessageFormatter, closes #482 2015-03-01 13:59:22 +00:00
Jordi Boggiano
7532c41621 Merge pull request #517 from xabbuh/update-docblock
[HipChatHandler] fix PHP types in docblocks
2015-03-01 12:40:18 +00:00
Christian Flothmann
f89722b570 [HipChatHandler] fix PHP types in docblocks 2015-03-01 10:19:33 +01:00
Jordi Boggiano
d0e5a69331 Merge pull request #504 from korchasa/master
Switch HipChatHandler to API v2
2015-02-28 21:41:06 +00:00
Jordi Boggiano
981f2445f7 Merge pull request #515 from smazurov/patch-1
Added overwriting of user context to RavenHandler
2015-02-28 21:21:16 +00:00
Stepan Mazurov
c1fd9cddf2 Added overwriting of user context to RavenHandler 2015-02-27 16:43:19 -07:00
Jordi Boggiano
bba433ac38 Add php7 to travis 2015-02-25 16:48:53 +00:00
Jordi Boggiano
ab3d7c4898 Remove useless functional test 2015-02-25 16:48:51 +00:00
Jordi Boggiano
fa3bc975c2 Merge pull request #512 from jeroenvdgulik/patch-2
Update README.mdown
2015-02-23 00:57:27 +00: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
Jordi Boggiano
acfedfc7c3 Merge pull request #505 from jeroenvdgulik/patch-1
Update README.mdown
2015-02-22 23:38:34 +00:00
Jordi Boggiano
ecc2a2d914 Merge pull request #510 from theravel/master
#508 add hasLogger method to Monolog\Registry
2015-02-22 23:37:58 +00:00
dtarasov
ad5d65b262 #508 add hasLogger method to Monolog\Registry 2015-02-18 11:56:56 +03:00
Jordi Boggiano
f05ed3a44a Merge pull request #507 from jamiel/master
#493 Include context in slack extra info.
2015-02-11 14:20:33 +00:00
Jamie Learmonth
6f0e7f666e #493 Ensure extra and context fields are only added when they are present and not empty. Ensure both follow have consistent formatting. 2015-02-11 14:11:24 +00:00
Jamie Learmonth
01e593cdeb #493 Include context in slack extra info. 2015-02-09 22:35:23 +00:00
Jeroen van der Gulik
16a2ef9fc3 Update README.mdown
Laravel 5 released
2015-02-05 11:06:13 +01:00
korchasa
01549ec4d0 Switch HipChatHandler to API v2 2015-02-03 20:39:09 +03:00
Jordi Boggiano
7583a2b96b Merge pull request #501 from fprochazka/patch-1
Nette Framework integration
2015-01-29 16:05:08 +00:00
Filip Procházka
1a402d7317 Nette Framework integration 2015-01-29 15:58:00 +01:00
Jordi Boggiano
ba31b79fa5 Merge pull request #498 from johnkary/fixGelfTests
Restore ability to continue using mlehner/gelf-php in test
2015-01-20 10:31:44 +00:00
John Kary
6c1836467c Restore ability to continue using mlehner/gelf-php in test
Was previously broken by a coding standard commit 392ef35fd4
2015-01-20 00:08:01 -06:00
Jordi Boggiano
b18a6eff04 Merge pull request #491 from pavarnos/patch-1
Added comments about New relic High Security mode
2015-01-07 15:29:03 +00:00
Jordi Boggiano
b25c8b4312 Merge pull request #492 from stof/patch-2
Fix the exception message
2015-01-07 15:28:46 +00:00
Jordi Boggiano
21259d5bfa Add third party package link 2015-01-07 12:49:55 +00:00
Christophe Coevoet
0da47a8d93 Fix the exception message 2015-01-07 09:45:12 +01:00
Steve Pavarno
448c0b0754 Added comments about New relic High Security mode 2015-01-07 17:09:44 +13:00
Jordi Boggiano
17f651bb96 Merge pull request #489 from 0x46616c6b/bugfix-hipchat-server
bugfix: use custom hipchat server in buildHeader method
2014-12-30 10:39:23 +00:00
louis
2ae33f7382 bugfix: use custom hipchat server in buildHeader method 2014-12-30 11:31:36 +01:00
Jordi Boggiano
46825bdb95 Use custom host in header as well 2014-12-30 10:13:33 +00:00
Jordi Boggiano
1fbe8c2641 Update changelog 1.12.0 2014-12-29 21:29:35 +00:00
Jordi Boggiano
556c56483f Document partial log records being sent to isHandling 2014-12-29 21:28:37 +00:00
Jordi Boggiano
62661aeca0 Update README 2014-12-29 21:19:48 +00:00
Jordi Boggiano
d7b0a0a20b Fix CS 2014-12-29 20:46:15 +00:00
Jordi Boggiano
5ce2b38b3b Fixing tests and CS, refs #468 2014-12-29 20:45:41 +00:00
Jordi Boggiano
da0a7f3c8e Update to phpunit 4 2014-12-29 20:45:15 +00:00
Jordi Boggiano
ad4f488bc0 Merge remote-tracking branch 'flowpl/master' 2014-12-29 20:37:12 +00:00
Florian Plattner
04648dba78 some cleanup 2014-12-29 20:38:08 +01:00
Jordi Boggiano
dcfae95e6b Merge remote-tracking branch 'flowpl/add_newrelic_name_transaction' 2014-12-29 19:24:06 +00:00
Jordi Boggiano
257a1c1180 Remove unnecessary ctor init, refs #446 2014-12-29 19:15:00 +00:00