ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
formats the record to be used in the FlowdockHandler More...
Public Member Functions | ||||
__construct ($source, $sourceEmail) | ||||
format (array $record) | ||||
{Formats a log record.
| ||||
formatBatch (array $records) | ||||
{Formats a set of log records.
| ||||
getShortMessage ($message) | ||||
Private Attributes | |
$source | |
$sourceEmail | |
formats the record to be used in the FlowdockHandler
Definition at line 19 of file FlowdockFormatter.php.
Monolog\Formatter\FlowdockFormatter::__construct | ( | $source, | |
$sourceEmail | |||
) |
string | $source | |
string | $sourceEmail |
Definition at line 35 of file FlowdockFormatter.php.
References Monolog\Formatter\FlowdockFormatter\$source, and Monolog\Formatter\FlowdockFormatter\$sourceEmail.
Monolog\Formatter\FlowdockFormatter::format | ( | array | $record | ) |
{Formats a log record.
array | $record | A record to format |
Implements Monolog\Formatter\FormatterInterface.
Definition at line 44 of file FlowdockFormatter.php.
References $tags, array, and Monolog\Formatter\FlowdockFormatter\getShortMessage().
Referenced by Monolog\Formatter\FlowdockFormatter\formatBatch().
Monolog\Formatter\FlowdockFormatter::formatBatch | ( | array | $records | ) |
{Formats a set of log records.
array | $records | A set of records to format |
Implements Monolog\Formatter\FormatterInterface.
Definition at line 78 of file FlowdockFormatter.php.
References array, and Monolog\Formatter\FlowdockFormatter\format().
Monolog\Formatter\FlowdockFormatter::getShortMessage | ( | $message | ) |
string | $message |
Definition at line 94 of file FlowdockFormatter.php.
References $message.
Referenced by Monolog\Formatter\FlowdockFormatter\format().
|
private |
Definition at line 24 of file FlowdockFormatter.php.
Referenced by Monolog\Formatter\FlowdockFormatter\__construct().
|
private |
Definition at line 29 of file FlowdockFormatter.php.
Referenced by Monolog\Formatter\FlowdockFormatter\__construct().