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

213 Commits

Author SHA1 Message Date
Matt Lehner
a497704d94 write method should be protected, and protected methods after public methods 2012-04-20 13:24:28 -04:00
Matt Lehner
07338af323 test injecting a GelfMessageFormatter with constructor arguments 2012-04-17 16:25:53 -04:00
Matt Lehner
97b65bc3e4 contentPrefix should be contextPrefix 2012-04-17 16:24:50 -04:00
Matt Lehner
979c4655f9 created GelfMessageFormatter and related tests 2012-04-17 16:17:43 -04:00
Matt Lehner
d551f340b8 removed un-needed autoload function 2012-04-17 14:46:28 -04:00
Matt Lehner
b8e409d307 added require-dev block for tests, added proper description for suggested package 2012-04-17 14:46:07 -04:00
Matt Lehner
2a4fd11998 added composer.lock to ignore, mlehner/gelf-php is now registered on packagist 2012-04-16 20:32:43 -04:00
Matt Lehner
0f5971ce5a Merge pull request #1 from msabramo/gelf
Make some changes suggested by @stof
2012-04-16 17:04:59 -07:00
Marc Abramowitz
bd28443b73 Test using a MockMessagePublisher 2012-04-06 08:30:26 -07:00
Marc Abramowitz
14ac76a0ae Pull in mlehner/gelf-php via Composer 2012-04-06 07:52:31 -07:00
Marc Abramowitz
c9e61750d0 Make some changes suggested by @stof in
https://github.com/Seldaek/monolog/pull/61
2012-04-06 07:00:53 -07:00
Matt Lehner
891acbeeb9 added GelfHandler for sending log messages to Graylog2 2012-02-22 19:37:33 -05:00
Jordi Boggiano
8d4ac5c0f7 Rename ChromePhp to ChromePHP for consistency with FirePHP 2012-02-20 17:35:45 +01:00
Jordi Boggiano
1c717c3a6a Merge pull request #58 from stof/chromephp
Added a ChromePhpHandler.
2012-02-20 08:21:54 -08:00
Christophe Coevoet
68702d3bfa Detect Chrome through the user agent in ChromePhpHandler
The header will be sent only to Chrome, avoiding issues with IE for
long headers.
2012-02-20 02:30:03 +01:00
Christophe Coevoet
e3e2bb2f4f Added a ChromePhpHandler.
Closes #56
2012-02-20 00:21:53 +01:00
Jordi Boggiano
3d4e60d0cb Merge pull request #54 from allmarkedup/patch-1
Prevent exceptions from being thrown in file handler destructors
2012-02-12 11:44:00 -08:00
Mark Perkins
12f27c2b24 Remove extra spaces between braces. 2012-02-11 11:28:05 +00:00
Mark Perkins
5055102e88 Add try/catch block around call to close method in the AbstractHandler destructor. 2012-02-11 11:07:55 +00:00
Jordi Boggiano
355123d607 Add isHandling, fixes #53 2012-01-28 14:43:55 +01:00
Jordi Boggiano
8e11234066 Adjust NullHandler for clarity 2012-01-04 13:12:32 +01:00
Jordi Boggiano
30396e97c1 Merge pull request #49 from havvg/patch-1
switch initialized state in example handler
2011-11-18 06:57:36 -08:00
Toni Uebernickel
fda8d401a5 switch initialized state in example handler 2011-11-18 15:52:04 +01:00
Jordi Boggiano
ed9703e01f Merge pull request #47 from jeromemacias/master
Removed unuse use statement
2011-11-13 09:21:27 -08:00
Jordi Boggiano
e06590f44d Edit travis URL 2011-11-13 18:19:23 +01:00
Jérôme Macias
33dbc820fc Removed unuse use statement 2011-11-13 17:18:30 +01:00
Jérôme Macias
be6393348f Removed unuse use statement 2011-11-13 17:17:54 +01:00
Pascal Borreli
93214036b8 [CI] Adding travis-ci status icon 2011-11-13 00:39:39 +00:00
pborreli
17481231fc [CI] travis-ci 2011-11-13 00:35:48 +00:00
Jordi Boggiano
b510f9fb4d Merge pull request #46 from schniper/patch-1
Identify FirePHP by the X-FirePHP-Version header
2011-11-11 06:29:36 -08:00
Costin Bereveanu
00057d4a5b Identify FirePHP by the X-FirePHP-Version header 2011-11-11 16:13:58 +02:00
Jordi Boggiano
b704c49a30 Only send FirePHP headers to browser advertising support for it in their user agent 1.0.2 2011-10-24 11:39:02 +02:00
Jordi Boggiano
f13a538b41 Update composer.json 2011-10-24 11:37:13 +02:00
Jordi Boggiano
729c23f3ad Updated package name 2011-09-27 00:02:07 +02:00
Jordi Boggiano
b1a6830a8c Change way of checking for windows 2011-09-17 12:49:55 +02:00
Jordi Boggiano
0fc30594de Merge remote-tracking branch 'stof/tests' 2011-09-17 11:45:25 +02:00
Jordi Boggiano
cf065415d5 Adjusments to docs/readme 2011-09-17 11:43:09 +02:00
Jordi Boggiano
b7a18a1af4 Merge remote-tracking branch 'stof/doc' 2011-09-17 11:25:55 +02:00
Christophe Coevoet
64009a5880 Added more tests for the logger 2011-09-06 23:37:29 +02:00
Christophe Coevoet
8576116f32 Fix formatting for titles 2011-08-29 20:50:43 +02:00
Christophe Coevoet
d746850316 Improved formatting 2011-08-29 20:49:29 +02:00
Christophe Coevoet
883d91d782 Added some documentation 2011-08-29 20:41:13 +02:00
Christophe Coevoet
8c094aa3b3 Changed the tests for the abstract handlers to use a mock instead of the TestHandler 2011-08-29 15:00:42 +02:00
Christophe Coevoet
10e5ecd409 Added some tests 2011-08-29 15:00:28 +02:00
Jordi Boggiano
5267b03b1e Updated CHANGELOG for 1.0.1 2011-08-25 22:42:21 +02:00
Jordi Boggiano
269db5f3d6 Merge pull request #42 from wilmoore/feature/phpunit-version-note
Added note to README regarding phpunit 3.5+ being necessary
2011-08-09 00:30:58 -07:00
Wil Moore III
6b64c76c4b Added note to README regarding phpunit 3.5+ being necessary in order to
run the test suite some developers are using PHP 5.3 with phpunit 3.4.15
or similar.
2011-08-08 18:26:51 -06:00
Jordi Boggiano
5486a38df6 Merge pull request #41 from artnez/master
Monolog\Processor\MemoryProcessor is now an abstract class
2011-08-08 00:34:59 -07:00
Artem Nezvigin
51254e3143 Monolog\Processor\MemoryProcessor is now an abstract class since it can be used explicitly 2011-08-07 20:13:34 -07:00
Jordi Boggiano
2b9a25d364 Updated CHANGELOG 2011-08-08 01:37:39 +02:00