I added Elmah tool to my Sitecore Solution, actually I did it like here http://newguid.net/sitecore/2011/using-elmah-for-error-logging-within-sitecore/ Just one rolls I have enabled is allowRemoteAccess property,
<elmah>
<security allowRemoteAccess="1" />
</elmah>
Now logs available for every one from any place, but I want to show it just for user who is login (authorized) to sitecore (sitecore users)
How I can mange it ?
Thanks.