CMajor.Infrastructure.ElmahHandleErrorAttribute.LogException C# (CSharp) Method

LogException() private static method

private static LogException ( Exception e ) : void
e System.Exception
return void
        private static void LogException(Exception e)
        {
            var context = HttpContext.Current;
            ErrorLog.GetDefault(context).Log(new Error(e, context));
        }