C# 클래스 MSDNSWebAdmin.Controllers.ControllerBase

Base Controller for DNS Web Management
상속: Controller
파일 보기 프로젝트 열기: drorgl/MSDNSWebAdmin

공개 메소드들

메소드 설명
Logger ( string component, string method ) : log4net.ILog

Gets a logger instance

보호된 메소드들

메소드 설명
OnException ( System.Web.Mvc.ExceptionContext filterContext ) : void

Executes when an unhandled exception happens in the controller.

메소드 상세

Logger() 공개 메소드

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
리턴 log4net.ILog

OnException() 보호된 메소드

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.
리턴 void