LogCategories Class

 

Optional log categories which can be used by the service when logging messages. The category can be used to filter log messages in post processing as well as in which messages are logged (see ConfigOptions for more details.

Namespace:   Microsoft.WindowsAzure.Mobile.Service
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

System.Object
  Microsoft.WindowsAzure.Mobile.Service.LogCategories

public static class LogCategories

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticAction

Log category identifying logs coming from an ApiController action.

System_CAPS_pubfieldSystem_CAPS_staticConfig

Log category identifying logs coming from a configuration component.

System_CAPS_pubfieldSystem_CAPS_staticControllers

Log category identifying logs coming from an ApiController.

System_CAPS_pubfieldSystem_CAPS_staticFilters

Log category identifying logs coming from an ASP.NET Web API Filter (see IFilter ).

System_CAPS_pubfieldSystem_CAPS_staticFormatting

Log category identifying logs coming from an ASP.NET Web API MediaTypeFormatter.

System_CAPS_pubfieldSystem_CAPS_staticHealthReporter

Log category identifying logs coming from a Health Reporter.

System_CAPS_pubfieldSystem_CAPS_staticHosting

Log category identifying logs coming from the hosting layer.

System_CAPS_pubfieldSystem_CAPS_staticJobsController

Log category identifying logs coming from the JobsController.

System_CAPS_pubfieldSystem_CAPS_staticMessageHandlers

Log category identifying logs coming from an ASP.NET Web API Message Handler (see DelegatingHandler ).

System_CAPS_pubfieldSystem_CAPS_staticModelBinding

Log category identifying logs coming from an ASP.NET Web API Model Binding.

System_CAPS_pubfieldSystem_CAPS_staticPrefix

Provides a common prefix for all log categories defined by LogCategories.

System_CAPS_pubfieldSystem_CAPS_staticRequest

Log category identifying logs coming from a part of the ASP.NET Web API Request flow.

System_CAPS_pubfieldSystem_CAPS_staticRouting

Log category identifying logs coming from an ASP.NET Web API Routing.

System_CAPS_pubfieldSystem_CAPS_staticScheduledJob

Log category identifying logs coming from a ScheduledJob.

System_CAPS_pubfieldSystem_CAPS_staticSecurity

Log category identifying logs coming from security related processing.

System_CAPS_pubfieldSystem_CAPS_staticTableControllers

Log category identifying logs coming from a Table Controller.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: