C# Class MSDNSWebAdmin.Controllers.ControllerBase

Base Controller for DNS Web Management
Inheritance: Controller
Afficher le fichier Open project: drorgl/MSDNSWebAdmin

Méthodes publiques

Méthode Description
Logger ( string component, string method ) : log4net.ILog

Gets a logger instance

Méthodes protégées

Méthode Description
OnException ( System.Web.Mvc.ExceptionContext filterContext ) : void

Executes when an unhandled exception happens in the controller.

Method Details

Logger() public méthode

Gets a logger instance
public Logger ( string component, string method ) : log4net.ILog
component string Component/Controller name
method string The method which inserted the log record
Résultat log4net.ILog

OnException() protected méthode

Executes when an unhandled exception happens in the controller.
protected OnException ( System.Web.Mvc.ExceptionContext filterContext ) : void
filterContext System.Web.Mvc.ExceptionContext Information about the current request and action.
Résultat void