1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-02-24 06:52:34 +01:00

1092 Commits

Author SHA1 Message Date
Jordi Boggiano
613997042c Refactor the browser console handler to keep more methods private, refs #303 2014-03-09 17:50:58 +01:00
Jordi Boggiano
aaeb238fe9 Merge remote-tracking branch 'rs/browser-console-handler' 2014-03-09 16:38:08 +01:00
Jordi Boggiano
fab2a2deef Merge pull request #332 from PaulStatezny/rollbar-handler
Add Rollbar handler
2014-03-08 17:45:09 +01:00
Jordi Boggiano
65109e6df4 Prevent empty headers from having a leading \r\n 2014-03-08 17:37:06 +01:00
Jordi Boggiano
5d91d4145f Merge remote-tracking branch 'moderndeveloperllc/master' 2014-03-08 17:26:54 +01:00
Mark Garrett
f7bb2cd820 Correct spacing 2014-03-07 08:24:30 -06:00
Paul Statezny
94c90ade89 Send datetime as a string so it can be converted to JSON. 2014-03-06 14:37:59 -07:00
Paul Statezny
fbf654f31d Include level, channel, and datetime in extra data sent to Rollbar. 2014-03-06 14:32:04 -07:00
Paul Statezny
595c6fc8af Include context data as extra data sent to Rollbar. 2014-03-06 14:18:57 -07:00
Paul Statezny
2bb729d60b Flush roll bar notifier on close rather than destruct.
Inherit DocBlocks.
2014-03-06 11:42:52 -07:00
Paul Statezny
776a894487 Inject rollbar handler.
Typecheck exceptions.
Coding standard fix.
2014-03-06 11:40:41 -07:00
Paul Statezny
6734a4fbd1 Add composer suggest for Rollbar package.
Update documentation.
2014-03-06 10:58:34 -07:00
Paul Statezny
6f70235470 Add Rollbar handler. 2014-03-06 10:57:37 -07:00
Mark Garrett
e490186a7c Allow for different Content-type and character encodings; Insert a MIME-Version header for HTML emails if there isn't one already; More documentation; 2014-03-04 11:34:35 -06:00
Jordi Boggiano
0ac27c8089 Update some dev deps 2014-02-26 13:30:17 +01:00
Jordi Boggiano
7085f3e424 Merge pull request #328 from h4cc/patch-1
Added PHP 5.6 to travis.
2014-02-25 23:48:41 +01:00
Jordi Boggiano
e8604a4eaa Merge pull request #309 from apancutt/master
Added support for Loggly batch uploads
2014-02-25 23:34:04 +01:00
Julius Beckmann
e2358bf0d2 Added PHP 5.6 to travis.
Travis is supporting the newest PHP 5.6 alpha releases.
2014-02-25 21:20:25 +01:00
Jordi Boggiano
6b81ac8153 CS fixes, refs #326 2014-02-23 16:06:45 +01:00
Jordi Boggiano
9752bd8c86 Merge remote-tracking branch 'bzikarsky/gelf-php-compat' 2014-02-23 16:03:13 +01:00
Benjamin Zikarsky
b56ed7b0fd Merge remote-tracking branch 'official/master' into gelf-php-compat
Conflicts:
	composer.json
2014-02-22 16:13:58 +01:00
Benjamin Zikarsky
f0ed3d8054 Allow for both mlehner/gelf-php and graylog2/gelf-php usage 2014-02-22 16:11:33 +01:00
Jordi Boggiano
08f09c2080 Merge pull request #324 from tiagobrito/master
refs #320 Fix same color in background and in foreground
2014-02-20 11:38:44 +01:00
Tiago Brito
17874ea306 Change color levels
Changed the Emergency color because the background was the same color as the foreground.
And also changed the Alert and Critical colors to increase the contrast between these levels.
2014-02-19 22:48:27 +00:00
Tiago Brito
5c71be127d Merge pull request #2 from Seldaek/master
Update from fork
2014-02-19 20:49:41 +00:00
Jordi Boggiano
4c74b127eb Tweak code to allow newlines in format, refs #322 2014-02-18 15:12:15 +01:00
Jordi Boggiano
39a7af48f6 Merge remote-tracking branch 'gunnarlium/strip-inline-linebreaks' 2014-02-18 15:03:02 +01:00
Jordi Boggiano
3638f9bfbb Switch to psr-4 autoloading, closes #323 2014-02-18 14:59:31 +01:00
Gunnar Lium
2aa09265fc Strip inline line breaks from LineFormatter entries. 2014-02-14 14:35:44 +01:00
Jordi Boggiano
6cabe95f23 Allow changing the HipChat message format, fixes #318 2014-02-06 21:35:10 +01:00
Jordi Boggiano
4814e79f3f CS fixes and a BC nitpick 2014-02-06 13:42:34 +01:00
Jordi Boggiano
2afc675520 Merge remote-tracking branch 'leevigraham/master' 2014-02-06 13:25:17 +01:00
Jordi Boggiano
22f6ebb267 Merge pull request #315 from tgabi333/patch-1
fix normalizing exception trace
2014-02-06 12:51:00 +01:00
Gábor Tóth
3a811ecfda fix normalizing exception trace
The trace does not include the file / line at which the exception is thrown
2014-02-06 12:46:03 +01:00
Leevi Graham
d37e916040 Add limit to batched records 2014-02-05 20:19:53 +11:00
Olivier Poitrey
e521588acb Use more "unique" markers format for styling 2014-01-31 00:36:40 -08:00
Olivier Poitrey
ca88c4d4f3 Fix invalid output when message contain returns 2014-01-28 18:27:49 -08:00
Adam Pancutt
a46413b15b Added 'timestamp' parameter to $record for indexing by Loggly 2014-01-22 14:31:31 +00:00
Adam Pancutt
b748794bba Revert "Simplified formatBatchNewlines()"
This reverts commit 4f91d1c58fe208d09ba4a8a14f75b0f02752e0d1.
2014-01-21 18:21:50 +00:00
Adam Pancutt
4f91d1c58f Simplified formatBatchNewlines() 2014-01-21 17:03:50 +00:00
Adam Pancutt
70290e7087 Added batch mode tests to JsonFormatter 2014-01-21 11:47:47 +00:00
Adam Pancutt
95f0649b59 Replaced LogglyFormatter with option to change batch formatting in JsonFormatter 2014-01-21 11:39:58 +00:00
Adam Pancutt
e17aad1a99 Added support for Loggly batch uploads 2014-01-21 10:28:27 +00:00
Olivier Poitrey
65caca2b78 Some consmetic changes 2014-01-17 11:30:56 -08:00
Jordi Boggiano
7f783c0ab0 Merge pull request #304 from xabbuh/raven-version
do not bind the raven version to 0.5*, use possible newer versions
2014-01-17 06:16:06 -08:00
Christian Flothmann
1472e65b4c do not bind the raven version to 0.5*, use possible newer versions 2014-01-17 14:35:55 +01:00
Olivier Poitrey
f13900b7f1 Fix PHP 5.3 support for BrowserConsoleHandler 2014-01-16 19:11:16 -08: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
Jordi Boggiano
01a01a4841 Merge pull request #301 from mgrinko/patch-1
[minor] Indent was fixed
2014-01-15 01:37:32 -08:00
Michael Grinko
fab4ec2c12 [minor] Indent was fixed 2014-01-15 11:01:53 +02:00