コード例 #1
0
 public function log()
 {
     if (!Logging::isDebug()) {
         return;
     }
     Logging::logSystem();
     $this->settings->log();
     $this->configuration->log();
     $this->features->log();
     $this->filesystem->log();
     $this->session->log();
     $this->authentication->log();
     if ($this->request) {
         $this->request->log();
     }
 }