1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-18 19:01:31 +02:00

Merge pull request #80 from msabramo/fix-GelfMessageFormatter-doc-block

Fix GelfMessageFormatter doc block
This commit is contained in:
Jordi Boggiano
2012-04-27 00:30:08 -07:00

View File

@@ -15,7 +15,8 @@ use Monolog\Logger;
use Gelf\Message; use Gelf\Message;
/** /**
* Serializes a log message according to Wildfire's header requirements * Serializes a log message to GELF
* @see http://www.graylog2.org/about/gelf
* *
* @author Matt Lehner <mlehner@gmail.com> * @author Matt Lehner <mlehner@gmail.com>
*/ */