\n"; public function log($message) { $this->output .= $message; } public function newLine() { return $this->newLine; } public function display(){} }