48 '#' . strtolower($record[
'level_name']),
49 '#' . $record[
'channel'],
52 foreach ($record[
'extra'] as $value) {
53 $tags[] =
'#' . $value;
59 $record[
'level_name'],
63 $record[
'flowdock'] =
array(
64 'source' => $this->source,
65 'from_address' => $this->sourceEmail,
66 'subject' => $subject,
67 'content' => $record[
'message'],
69 'project' => $this->source,
82 foreach ($records as $record) {
83 $formatted[] = $this->
format($record);
98 if (null === $hasMbString) {
99 $hasMbString = function_exists(
'mb_strlen');
105 if (mb_strlen(
$message,
'UTF-8') > $maxLength) {
109 if (strlen(
$message) > $maxLength) {
catch(Exception $e) $message
Create styles array
The data for the language used.