Searched refs:logfile (Results 1 – 4 of 4) sorted by relevance
92 $logfile = Logger::getInstance($this->facility)->getLogfile($this->date);93 if (!file_exists($logfile)) {99 $lines = $this->getLogLines($logfile);
239 * @param string $logfile where to write to242 protected function writeLogLines($lines, $logfile) argument262 return io_saveFile($logfile, implode("\n", $lines) . "\n", true);
83 $logfile = $this->getChangelogFilename();84 return file_exists($logfile);
209 $logfile = $this->getChangelogFilename();210 if (!file_exists($logfile)) return $revs;227 if (filesize($logfile) < $this->chunk_size || $this->chunk_size == 0) {229 $lines = file($logfile);235 $fp = fopen($logfile, 'rb'); // "file pointer"