1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-28 15:29:52 +02:00

816 Commits

Author SHA1 Message Date
ipsq
8e0c9fddc4 Update RavenHandlerTest.php 2014-03-31 21:11:04 +02:00
ipsq
54bbb329b6 Update RavenHandlerTest.php 2014-03-31 20:58:02 +02:00
ipsq
a89698b0e2 Update RavenHandlerTest.php 2014-03-31 20:45:14 +02:00
ipsq
ef0a44f8e0 Added a test for Tags 2014-03-31 20:40:02 +02:00
ipsq
5c10c2c395 Create TagProcessorTest.php 2014-03-31 20:31:17 +02:00
Jordi Boggiano
9ebcdcd7f2 Merge pull request #340 from hver/processors
Added an option to MemoryProcessors to disable formatting.
2014-03-31 19:22:13 +02:00
Robert Kaufmann III
8812850aee Reorder parameters for construct method. 2014-03-30 22:33:24 -04:00
snapshotpl
ea6b428f83 Test for table formatter in FirePHP 2014-03-30 00:54:34 +01:00
Robert Kaufmann III
2b6dffa23f Add handler and tests for logentries.com 2014-03-28 22:55:15 -04:00
Hennadiy Verkh
36f3d0e52f Added configuration option to MemoryProcessors with a possibility to disable formatting. 2014-03-24 10:51:45 +01:00
Jordi Boggiano
392ef35fd4 CS fixes 2014-03-23 20:50:26 +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
c1d9256732 Merge remote-tracking branch 'hver/master' 2014-03-23 19:20:25 +01:00
Jordi Boggiano
26d96f1022 Wrap up flowdock handler, refs #337 2014-03-23 18:53:19 +01:00
Jordi Boggiano
798ee32294 Merge pull request #337 from domnikl/flowdock-handler
added Flowdock handler
2014-03-23 18:42:58 +01:00
Hennadiy Verkh
8e7f51f27f Fixed passing Closure as parameter to minMaxHandler. 2014-03-17 16:06:57 +01:00
Hennadiy Verkh
447b7a549a Added MinMaxHandler with unit tests. 2014-03-17 15:06:35 +01:00
Dominik Liebler
7a8728279f refactored FlowdockHandler, removed formatting, using the FlowdockFormatter instead 2014-03-16 15:24:58 +01:00
Dominik Liebler
3976583606 added FlowdockFormatter 2014-03-16 15:13:54 +01:00
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
e8604a4eaa Merge pull request #309 from apancutt/master
Added support for Loggly batch uploads
2014-02-25 23:34:04 +01:00
Jordi Boggiano
6b81ac8153 CS fixes, refs #326 2014-02-23 16:06:45 +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
Gunnar Lium
2aa09265fc Strip inline line breaks from LineFormatter entries. 2014-02-14 14:35:44 +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
Olivier Poitrey
e521588acb Use more "unique" markers format for styling 2014-01-31 00:36:40 -08:00
Adam Pancutt
a46413b15b Added 'timestamp' parameter to $record for indexing by Loggly 2014-01-22 14:31:31 +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
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
b17c7a41d1 Attempt hhvm build fix 2014-01-09 23:27:36 +01:00
Benjamin Zikarsky
c8289fd654 Updated GelfHandler/GelfFormatter
Changes monolog to use the updated official graylog2/gelf-php
2013-12-28 18:57:39 +01:00
Jordi Boggiano
e92cb54c24 Do away with this horrible mock class 2013-12-26 14:24:17 +01:00
Jordi Boggiano
b265bbd70d Fix signature 2013-12-26 14:11:00 +01:00
Jordi Boggiano
ad77932a7b Update amqp test mock 2013-12-26 12:16:07 +01:00
Jordi Boggiano
caee29ac20 Merge pull request #288 from bzikarsky/mongo-test-fix
Fixes MongoDBHandler unit-test
2013-12-26 02:54:08 -08:00
Jordi Boggiano
d4cb2c49f4 Fix test on windows 2013-12-26 11:50:15 +01:00
Milos Levacic
67a908796b Add name length check to the HipChatHandler
As explained in its docblock, the validation function will fall back to
a simple strlen check if mb_strlen is not available. However, that very
specific case is not one that was deemed important to support, as anyone
using UTF-8 in their code, without having mbstring available will
probably have bigger problems to worry about.

Fixes #289
2013-12-24 21:15:02 +01:00
Benjamin Zikarsky
a35326e406 Fixes MongoDBHandler unit-test
On systems with mongo-ext but no MongoDB on localhost the unit-
tests are failing. This commit disables the constructor execution
for the Mongo-mock, so no connection-error is generated.
2013-12-18 21:27:50 +01:00
Sergey Rabochiy
e012bf1b63 Fix boolean to string convertation. Fix double normalization.
Details bug:
$context = ["false", false]; // formatted as {"0":"false","1":"false"} when need {"0":"false","1":false}
2013-11-29 16:09:42 +07:00
Jordi Boggiano
aff8d92e29 Add caching, group exec calls in one, refs #274 2013-11-20 13:28:13 +01:00
otternq
9c57967700 adding a processor for basic git information
Adds the current Git Branch, and Git Commit key to the extra field
2013-11-16 17:40:16 -08:00
Jordi Boggiano
3987f88f2c Merge remote-tracking branch 'adlawson/dynamodb-handler'
Conflicts:
	README.mdown
	composer.json
2013-11-11 22:43:16 +01:00
Jordi Boggiano
eea4d089e7 Merge pull request #251 from skymeyer/elastic_search2
ElasticSearchHandler and ElasticaFormatter
2013-11-11 13:23:23 -08:00
Albert Casademont
899f7f52e5 Add millisecond precision in the LogstashFormatter 2013-11-11 15:50:38 +01:00
skymeyer
b1b210dba3 ElasticSearchHandler and ElasticaFormatter 2013-11-04 17:46:48 -08:00