Hide the log from users

Is it possible to add a adminrole so the users cant see the log?
<c:if test="${model.user.adminRole}">
<td style="min-width:4em;padding-right:1.5em">
<a href="help.view?" target="main"><img src="<spring:theme code="helpImage"/>" title="${help}" alt="${help}"></a><br>
<a href="help.view?" target="main">${help}</a>
</td>
</c:if>