Exemplo n.º 1
0
 protected function logCommand($size = null)
 {
     KurogoStats::logView('api', $this->configModule, $this->command, $this->logData, $this->logDataLabel, $size);
 }
Exemplo n.º 2
0
 protected function logView($size = null)
 {
     if ($this->logView) {
         KurogoStats::logView('web', $this->configModule, $this->page, $this->logData, $this->logDataLabel, $size);
     }
 }