mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-11 07:34:12 +02:00
@@ -35,7 +35,7 @@ namespace Monolog\Formatter;
|
|||||||
class FluentdFormatter implements FormatterInterface
|
class FluentdFormatter implements FormatterInterface
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* @var bool $levelTag - should message level be a part of the fluentd tag
|
* @var bool $levelTag should message level be a part of the fluentd tag
|
||||||
*/
|
*/
|
||||||
protected $levelTag = false;
|
protected $levelTag = false;
|
||||||
|
|
||||||
|
@@ -86,7 +86,7 @@ class HipChatHandler extends SocketHandler
|
|||||||
/**
|
/**
|
||||||
* @param string $token HipChat API Token
|
* @param string $token HipChat API Token
|
||||||
* @param string $room The room that should be alerted of the message (Id or Name)
|
* @param string $room The room that should be alerted of the message (Id or Name)
|
||||||
* @param string $name Name used in the "from" field. Not used for v2
|
* @param string $name Name used in the "from" field.
|
||||||
* @param bool $notify Trigger a notification in clients or not
|
* @param bool $notify Trigger a notification in clients or not
|
||||||
* @param int $level The minimum logging level at which this handler will be triggered
|
* @param int $level The minimum logging level at which this handler will be triggered
|
||||||
* @param bool $bubble Whether the messages that are handled can bubble up the stack or not
|
* @param bool $bubble Whether the messages that are handled can bubble up the stack or not
|
||||||
|
Reference in New Issue
Block a user