Просмотр исходного кода

Correct doc block for GelfMessageFormatter - it doesn't serialize to Wildfire (that's FirePHP); it serializes to GELF.

Marc Abramowitz 13 лет назад
Родитель
Сommit
d51acb69f6
1 измененных файлов с 2 добавлено и 1 удалено
  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>
  */