Lines Matching full:addlogentry

284       $this->addLogEntry('fsc-debug.log',$msg);
304 private function addLogEntry($logFile,$entry) { function in botBouncer
368 $this->addLogEntry('honeypot.log','SPAM '.$lookup.' '.$rev);
372 $this->addLogEntry('honeypot.log','HAM '.$lookup.' '.$rev);
393 …$this->addLogEntry('akismet.log','KEY CHECK: '.$keyValid.' http://rest.akismet.com/1.1/verify-key'…
396 $this->addLogEntry('akismet.log','KEY CHECK (cached) '.$cached);
451 …$this->addLogEntry('mollom.log',$data['fromcache'].' SPAM '.$data['username'].' '.$data['email'].'…
457 …$this->addLogEntry('mollom.log',$data['fromcache'].' HAM '.$data['username'].' '.$data['email'].' …
515 …$this->addLogEntry('akismet.log',$data['fromcache'].' SPAM '.$data['username'].' '.$data['email'].…
520 …$this->addLogEntry('akismet.log',$data['fromcache'].' HAM '.$data['username'].' '.$data['email'].'…
699 $this->addLogEntry('sfs-apicall.log',$cUrl);
703 $this->addLogEntry('sfs-apicall.log','FAIL ON XML');
749 $this->addLogEntry('munin-graph.log',$muninEntry);
750 …$this->addLogEntry('sfs.log',$cached.' SPAM '.$data['username'].' '.$data['email'].' '.join(',',$d…
753 …$this->addLogEntry('sfs.log',$cached.' HAM '.$data['username'].' '.$data['email'].' '.join(',',$da…
816 $this->addLogEntry('munin-graph.log','HPSPAM');
818 $this->addLogEntry('munin-graph.log','HPHAM');
826 $this->addLogEntry('munin-graph.log','SFSSPAM');
830 $this->addLogEntry('munin-graph.log','SFSHAM');
839 $this->addLogEntry('munin-graph.log','AKISPAM');
841 $this->addLogEntry('munin-graph.log','AKIHAM');
851 $this->addLogEntry('munin-graph.log','MOLSPAM');
853 $this->addLogEntry('munin-graph.log','MOLHAM');
870 $this->addLogEntry('munin-graph-compare.log',$svcMain.' - '.$svcCompare.' HIT ');
872 $this->addLogEntry('munin-graph-compare.log',$svcMain.' - '.$svcCompare.' MISS ');
883 $this->addLogEntry('munin-graph.log','TOTAL LEVEL '.$isSpam);
885 $this->addLogEntry('munin-graph-timing.log',$this->elapsed());