If a user has sudo, he can shift to root using sudo -i and then shift to any other user which has sudo using the su command.
Now if he runs sudo his original user will not be logged and can not be suspected anyhow.
Similarly running exit command to go back to original user or root is also not logged.