|
|
@@ -3,7 +3,7 @@
|
|
|
/*
|
|
|
* This file is part of the Monolog package.
|
|
|
*
|
|
|
- * (c) Przemek Sobstel <przemek@sobstel.org>
|
|
|
+ * (c) Jordi Boggiano <j.boggiano@seld.be>
|
|
|
*
|
|
|
* For the full copyright and license information, please view the LICENSE
|
|
|
* file that was distributed with this source code.
|
|
|
@@ -16,6 +16,8 @@ use Monolog\Formatter\JsonFormatter;
|
|
|
|
|
|
/**
|
|
|
* Sends errors to Loggly.
|
|
|
+ *
|
|
|
+ * @author Przemek Sobstel <przemek@sobstel.org>
|
|
|
*/
|
|
|
class LogglyHandler extends AbstractProcessingHandler
|
|
|
{
|