Logged In: NO

inside logger he forgot to add this code inside one of the
logevent call used by the chirldren.

if(_level.Priority < this.levelPriority)
{
return;
}

So that event does not check the priority of the event and
logs them all.