/// <summary> /// Logs the exception. /// </summary> /// <param name="ex">The ex.</param> /// <param name="severity">The severity.</param> public virtual void LogException(Exception ex, LoggerSeverity severity) { Log(severity, ExceptionUtilities.GetExceptionDetailsAsString(ex)); }