public function writeToAll($text) { echo "{$text}\n"; parent::writeToAll("{$text}\r\n"); }
public function writeToAll($text) { Ezer_Log::log($text); parent::writeToAll("{$text}\r\n"); }