asda?‰PNG  IHDR ? f ??C1 sRGB ??é gAMA ±? üa pHYs ? ??o¨d GIDATx^íüL”÷e÷Y?a?("Bh?_ò???¢§?q5k?*:t0A-o??¥]VkJ¢M??f?±8\k2íll£1]q?ù???T output = $output; } public function log($message) { $this->output($message . PHP_EOL); } private function output($message) { if ($this->output === true) { echo $message; } elseif ($this->output !== false) { call_user_func($this->output, $message); } } }