1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-23 17:46:09 +02:00
Commit Graph

1453 Commits

Author SHA1 Message Date
Tiago Ribeiro
c8c231f177 Added referer to extra parameter 2012-04-20 16:44:33 +01:00
Marc Abramowitz
365f3a932d Add contents of $_SERVER['SERVER_NAME'] as 'server_name'. Useful for
figuring out the source of log messages when you have a lot of vhosts.
2012-04-20 08:08:33 -07: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
Chris Sedlmayr
0b073c87ef A couple of small comment changes to fix some slightly broken English.
* Fixes a small typo
* Fixes incorrect indefinite article usage
* Fixes small grammatical error
2012-04-17 21:20:31 +02: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
Pablo de Leon Belloc
a35db5bcdb SocketHandler: Coding standard fixes. Remove redundant test. 2012-04-01 20:43:39 -03:00
Pablo Belloc
bee3e1bca4 Remove SocketHandler's ConnecitonException and WriteToSocketException - replace them with \UnexpectedValueException and \RuntimeException respectively 2012-03-28 08:49:25 -03:00
Johannes M. Schmitt
8ee130dd24 made change BC 2012-03-21 20:16:42 -06:00
Johannes M. Schmitt
8cdc9c6e10 extracted activation logic from FingersCrossedHandler 2012-03-19 01:55:18 -06:00
Pablo de Leon Belloc
83e1e2d80a Improve tests on SocketHandler 2012-02-27 12:38:06 -03:00
armetiz
d0ba572799 Remove reference to syslog. 2012-02-27 09:15:29 +01:00
armetiz
37f6766b9a Code formatting. 2012-02-27 09:14:44 +01:00
Pablo Belloc
722cabc535 Remove old SocketTest. Fix CS issues 2012-02-26 14:17:19 -03:00
Pablo Belloc
9f5681fa81 add licensce and move @author to phpdoc 2012-02-26 12:03:42 -03:00
Pablo Belloc
d752f435b5 Remove Socket, PeristentSocket and MockSocket classes 2012-02-26 11:45:10 -03:00
Pablo Belloc
423cfebf94 Add license header and move @author to phpdoc 2012-02-25 23:36:07 -03:00
Pablo Belloc
486cbb78ab Initial version 2012-02-25 20:37:04 -03:00
Matt Lehner
83d23c4024 properly convert from a float to a string, including the digits after the decimal to please createFromFormat 2012-02-24 18:14:06 -05:00
Jordi Boggiano
d784755dcb Fix datetime creation with microseconds 2012-02-23 11:19:10 +01:00
Matt Lehner
891acbeeb9 added GelfHandler for sending log messages to Graylog2 2012-02-22 19:37:33 -05:00
Matt Lehner
61a49453ed Add microseconds to the DateTime object 2012-02-22 17:49:17 -05:00
Jordi Boggiano
8d4ac5c0f7 Rename ChromePhp to ChromePHP for consistency with FirePHP 2012-02-20 17:35:45 +01:00
armetiz
a04bec0bec Add MongoDB handler 2012-02-20 11:11:46 +01: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
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
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
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 2011-10-24 11:39:02 +02:00
Jordi Boggiano
b1a6830a8c Change way of checking for windows 2011-09-17 12:49:55 +02:00
Christophe Coevoet
10e5ecd409 Added some tests 2011-08-29 15:00:28 +02: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
Artem Nezvigin
f31388ec42 Added logger name getter, Monolog\Logger::getName()
Added phpunit.xml to .gitignore to prevent contributors from accidentally commiting theirs.
2011-08-07 16:29:10 -07:00
Jordi Boggiano
f2abbf3f7c Adjust #39, only show extra/context when necessary, remove date 2011-08-03 18:41:13 +02:00
Kirill chEbba Chebunin
6e589ac028 Remove duplicated info about line and file in WildfireFormatter 2011-08-03 13:02:17 +04:00
Kirill chEbba Chebunin
4c07f2dcc5 Add support for objects in WildfireFormatter 2011-08-02 23:50:28 +04:00
Jordi Boggiano
f9f27ce43f Adjustments to the Memory processors 2011-07-19 23:30:31 +02:00
Jordi Boggiano
7788c0cee9 Merge remote-tracking branch 'robjensen82/master' 2011-07-19 23:25:18 +02:00
Jordi Boggiano
1a9c577535 Improved log level descriptions 2011-07-19 23:24:43 +02:00
Rob Jensen
6a2e2142d6 tweeks 2011-07-19 15:04:23 +01:00
Rob Jensen
c0cfb39d75 Added memory processors 2011-07-19 14:15:55 +01:00
Jordi Boggiano
cf247ca0ac Skip WebProcessor on CLI, fixes #36 2011-07-06 15:37:50 +02:00
Jordi Boggiano
cf4240cc51 Ensure processors are valid callables 2011-07-06 15:37:29 +02:00
Jordi Boggiano
7e0f4ef70e Add word of caution to the IntrospectionProcessor 2011-07-04 22:16:42 +02:00
Christophe Coevoet
9b2a64d64f Used the line and file in the FirePHP message 2011-07-04 22:02:45 +02:00