Lines Matching defs:log

68             $this->log('error', $this->getLang('vs_ssl'));
76 $this->log('error', $this->getLang('vs_tgzno') . ' ' . hsc($http->error));
81 $this->log('error', $this->getLang('vs_tgzno'));
84 $this->log('notice', $this->getLang('vs_tgz'), $tgzversion);
91 $this->log('notice', $this->getLang('vs_local'), $version);
95 $this->log('warning', $this->getLang('vs_localno'));
99 $this->log('warning', $this->getLang('vs_newer'));
102 $this->log('warning', $this->getLang('vs_same'));
113 $this->log('warning', $this->getLang('vs_plugin'), $plugininfo['date']);
123 $this->log('error', $this->getLang('vs_php'), $minphp, phpversion());
137 $this->log('notice', $this->getLang('dl_from'), $this->tgzurl);
147 $this->log('error', $http->error);
148 $this->log('error', $this->getLang('dl_fail'));
154 $this->log('error', $this->getLang('dl_fail'));
158 $this->log('success', $this->getLang('dl_done'), filesize_h(strlen($data)));
169 $this->log('notice', '<b>' . $this->getLang('pk_extract') . '</b>');
178 $this->log('info', $file->getPath());
184 $this->log('error', $e->getMessage());
185 $this->log('error', $this->getLang('pk_fail'));
189 $this->log('success', $this->getLang('pk_done'));
191 $this->log(
207 $this->log('notice', $this->getLang('ck_start'));
210 $this->log('success', '<b>' . $this->getLang('ck_done') . '</b>');
212 $this->log('error', '<b>' . $this->getLang('ck_fail') . '</b>');
224 $this->log('notice', $this->getLang('cp_start'));
227 $this->log('success', '<b>' . $this->getLang('cp_done') . '</b>');
229 $this->log('error', '<b>' . $this->getLang('cp_fail') . '</b>');
250 $this->log('info', $this->getLang('rm_mismatch'), hsc($line));
258 $this->log('info', $this->getLang('rm_done'), hsc($line));
260 $this->log('error', $this->getLang('rm_fail'), hsc($line));
275 $this->log('success', '<b>' . $this->getLang('finish') . '</b>');
319 $this->log('error', '<b>' . $this->getLang('tv_noperm') . '</b>', hsc("$dir/$file"));
339 $this->log('error', '<b>' . $this->getLang('tv_noperm') . '</b>', hsc("$dir/$file"));
342 $this->log('info', $this->getLang('tv_upd'), hsc("$dir/$file"));
349 $this->log('error', '<b>' . $this->getLang('tv_nodel') . '</b>', hsc("$dir/$file"));
354 $this->log('error', '<b>' . $this->getLang('tv_nocopy') . '</b>', hsc("$dir/$file"));
357 $this->log('info', $this->getLang('tv_done'), hsc("$dir/$file"));
360 $this->log('error', '<b>' . $this->getLang('tv_nodir') . '</b>', hsc("$dir"));
414 protected function log()
420 if ($this->logger) $this->logger->log($level, $msg);