C# Class Sage.DevTools.Controllers.DevController

Implements the controller that server the log file views.
Inheritance: Sage.Controllers.SageController
Afficher le fichier Open project: igorfrance/sage

Méthodes publiques

Méthode Description
Log ( long threadID ) : System.Web.Mvc.ActionResult

Services requests for the log file view.

Private Methods

Méthode Description
Inspect ( string path ) : System.Web.Mvc.ActionResult

Method Details

Log() public méthode

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