\Monolog\FormatterFlowdockFormatter

formats the record to be used in the FlowdockHandler

Summary

Methods
Properties
Constants
__construct()
format()
formatBatch()
getShortMessage()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$source
$sourceEmail
N/A

Properties

$source

$source : string

Type

string

$sourceEmail

$sourceEmail : string

Type

string

Methods

__construct()

__construct(string  $source, string  $sourceEmail) : mixed

Parameters

string $source
string $sourceEmail

Returns

mixed —

format()

format(array  $record) : array

Formats a log record.

Parameters

array $record

A record to format

Returns

array —

formatBatch()

formatBatch(array  $records) : array[]

Formats a set of log records.

Parameters

array $records

A set of records to format

Returns

array[] —

getShortMessage()

getShortMessage(string  $message) : string

Parameters

string $message

Returns

string —