$('a').click(function(e){
e.preventDefault();
Log.write($(this).attr('href'));
window.location.href = $(this).attr('href');
});
CompanyName\YourBundle\Controller\Admin\UsersController;
CompanyName\YourBundle\Controller\Admin\NewsController;
CompanyName\YourBundle\Controller\Public\UsersController;
CompanyName\YourBundle\Controller\Public\NewsController;