ServiceExceptionLogger Class
Provides a global Web API unhandled exception logger which is called when unhandled exceptions propagate all the way to Web API infrastructure.
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
System.Web.Http.ExceptionHandling.ExceptionLogger
Microsoft.WindowsAzure.Mobile.Service.Diagnostics.ServiceExceptionLogger
| Name | Description | |
|---|---|---|
![]() | ServiceExceptionLogger() | Initializes a new instance of the ServiceExceptionLogger class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Log(ExceptionLoggerContext) | Logs the unhandled exception using LogCategories which makes it show up in the application log unless the application has been configured to not log such events.(Overrides ExceptionLogger.Log(ExceptionLoggerContext).) |
![]() | LogAsync(ExceptionLoggerContext, CancellationToken) | (Inherited from ExceptionLogger.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ShouldLog(ExceptionLoggerContext) | (Inherited from ExceptionLogger.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IExceptionLogger.LogAsync(ExceptionLoggerContext, CancellationToken) | (Inherited from ExceptionLogger.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



