Ejemplo n.º 1
0
 protected function initLog()
 {
     if (null === $this->logger) {
         $this->logger = SP_Application::getLogger();
     }
 }