I am not sure if someone has done this already, but you can add a link to the Moderator Logs in the Control Panel

.
Code:
In /admin/index.php
Find:
<a href="stats.php?s=<?php echo $session[sessionhash]; ?>"> View Statistics </a><br>
Add before that:
<a href="modlog.php"> View Moderator Logs</a><br>
Done =)
Edit: Oh damn, I knew someone did it already =), sorry, I didn't have the time to read the whole thread, hehe.