C# Class Sage.DevTools.Controllers.DevController

Implements the controller that server the log file views.
Inheritance: Sage.Controllers.SageController
显示文件 Open project: igorfrance/sage

Public Methods

Method Description
Log ( long threadID ) : System.Web.Mvc.ActionResult

Services requests for the log file view.

Private Methods

Method Description
Inspect ( string path ) : System.Web.Mvc.ActionResult

Method Details

Log() public method

Services requests for the log file view.
public Log ( long threadID ) : System.Web.Mvc.ActionResult
threadID long The thread ID.
return System.Web.Mvc.ActionResult