$processors
$processors : callable[]
Sends notifications through the Flowdock push API
This must be configured with a FlowdockFormatter instance via setFormatter()
Notes: API token - Flowdock API token
$processors : callable[]
$formatter : ?\Monolog\Formatter\FormatterInterface
$level : int
$bubble : bool
$apiToken : string
$connectionString : string
$connectionTimeout : float
$resource : resource|null
$timeout : float
$writingTimeout : float
$lastSentBytes : ?int
$chunkSize : ?int
$persistent : bool
$errno : ?int
$errstr : ?string
$lastWritingAt : ?float
__construct(string $apiToken, mixed $level = Logger::DEBUG, bool $bubble = true, bool $persistent = false, float $timeout = 0.0, float $writingTimeout = 10.0, ?float $connectionTimeout = null, ?int $chunkSize = null) : mixed
string | $apiToken | |
mixed | $level | |
bool | $bubble | |
bool | $persistent | Flag to enable/disable persistent connections |
float | $timeout | Socket timeout to wait until the request is being aborted |
float | $writingTimeout | Socket timeout to wait until the request should've been sent/written |
?float | $connectionTimeout | Socket connect timeout to wait until the connection should've been established |
?int | $chunkSize | Sets the chunk size. Only has effect during connection in the writing cycle |
if OpenSSL is missing