Elmah.ErrorTweetModule.GetErrorLog C# (CSharp) Méthode

GetErrorLog() protected méthode

Gets the ErrorLog instance to which the module will log exceptions.
protected GetErrorLog ( System.Web.HttpContextBase context ) : Elmah.ErrorLog
context System.Web.HttpContextBase
Résultat Elmah.ErrorLog
        protected virtual ErrorLog GetErrorLog(HttpContextBase context)
        {
            return ErrorLog.GetDefault(context);
        }