1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-06 05:07:36 +02:00

Fixed formatting issues

This commit is contained in:
psquickitjayant
2015-07-08 02:35:47 +05:30
parent f258a2ed29
commit f17e5a6ec3

View File

@@ -1,13 +1,13 @@
<?php <?php
/* /*
* This file is part of the Monolog package. * This file is part of the Monolog package.
* *
* (c) Jordi Boggiano <j.boggiano@seld.be> * (c) Jordi Boggiano <j.boggiano@seld.be>
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace Monolog\Handler; namespace Monolog\Handler;
@@ -15,12 +15,12 @@ use Monolog\Logger;
use Monolog\Formatter\LogglyFormatter; use Monolog\Formatter\LogglyFormatter;
/** /**
* Sends errors to Loggly. * Sends errors to Loggly.
* *
* @author Przemek Sobstel <przemek@sobstel.org> * @author Przemek Sobstel <przemek@sobstel.org>
* @author Adam Pancutt <adam@pancutt.com> * @author Adam Pancutt <adam@pancutt.com>
* @author Gregory Barchard <gregory@barchard.net> * @author Gregory Barchard <gregory@barchard.net>
*/ */
class LogglyHandler extends AbstractProcessingHandler class LogglyHandler extends AbstractProcessingHandler
{ {
const HOST = 'logs-01.loggly.com'; const HOST = 'logs-01.loggly.com';