Prado\Util\TLogRouter::collectLogs PHP Метод

collectLogs() публичный Метод

This method is an event handler to application's EndRequest event.
public collectLogs ( $param )
    public function collectLogs($param)
    {
        $logger = Prado::getLogger();
        foreach ($this->_routes as $route) {
            $route->collectLogs($logger);
        }
    }