Browse Source

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

Fix GelfMessageFormatter doc block
Jordi Boggiano 13 years ago
parent
commit
f95a2e10ba
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/Monolog/Formatter/GelfMessageFormatter.php

+ 2 - 1
src/Monolog/Formatter/GelfMessageFormatter.php

@@ -15,7 +15,8 @@ use Monolog\Logger;
 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>
  */