This is very simple login and logout condition in Magento. First of all you need to understand this code.
First if condition for login area And else condition for logout area.
isLoggedIn()): ?>
__('Login') ?>
// this is login area. you can add you custom code with alter anchor link.
__('Logout') ?>
// this is only logout area.