For a positive integer $n$, define
$$\Lambda(n) = \left\{ \begin{array} {ll}
\log p & \mbox{if $n = p^r$, $p$ a prime and $r \in \mathbb{N},$ }\\
0 & \mbox{otherwise.} \end{array} \right.$$
Given a positive integer $N$, evaluate
$\sum_{d\mid N}\Lambda(d)$
where the sum ranges over all divisors $d$ of $N$.
Can I get some help? I have no idea how to solve this problem
HINTS