Esempio n. 1
0
        protected override void LogException(Exception exception, 
            WebExceptionContext exceptionContext = null)
        {
            base.LogException(exception);

            var message = new
            {
                exception = exception.Message,
                exceptionContext = exceptionContext,
            };

            Log4NetHelper.Error(LoggerType.WebExceptionLog, message, exception);
        }
Esempio n. 2
0
 protected virtual void LogException(Exception exception, WebExceptionContext exceptionContext = null)
 {
     //do nothing!
 }
Esempio n. 3
0
 protected virtual void LogException(Exception exception, WebExceptionContext exceptionContext = null)
 {
   //do nothing!
 }