C# Class Blog.Web.Site.Controllers.LogController

Inheritance: Controller
Show file Open project: jsnmgpnty/Blogness2.0

Public Methods

Method Description
Error ( string message ) : void
Index ( ) : System.Web.Mvc.ActionResult
LogController ( IErrorSignaler errorSignaler ) : System

Method Details

Error() public method

public Error ( string message ) : void
message string
return void

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

LogController() public method

public LogController ( IErrorSignaler errorSignaler ) : System
errorSignaler IErrorSignaler
return System