Missing Controller

Error: LogoutController could not be found.

Error: Create the class LogoutController below in file: app\controllers\logout_controller.php

<?php
class LogoutController extends AppController {

	var $name = 'Logout';
}
?>

Notice: If you want to customize this error message, create app\views\errors\missing_controller.ctp

Notice (8): Undefined variable: level [APP\views\elements\javascript_files.ctp, line 16]