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