build = $build; // We want to add to any existing saved log information. $this->logValue = $build->getLog(); } protected function write(array $record) { $this->logValue .= (string)$record['formatted']; $this->build->setLog($this->logValue); } }