Share via


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)

Inheritance Hierarchy

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

Syntax

public static class LogCategories
public ref class LogCategories abstract sealed 
[<AbstractClass>]
[<Sealed>]
type LogCategories = class end
Public NotInheritable Class LogCategories

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static Action

Log category identifying logs coming from an ApiController action.

System_CAPS_pubfieldSystem_CAPS_static Config

Log category identifying logs coming from a configuration component.

System_CAPS_pubfieldSystem_CAPS_static Controllers

Log category identifying logs coming from an ApiController.

System_CAPS_pubfieldSystem_CAPS_static Filters

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

System_CAPS_pubfieldSystem_CAPS_static Formatting

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

System_CAPS_pubfieldSystem_CAPS_static HealthReporter

Log category identifying logs coming from a Health Reporter.

System_CAPS_pubfieldSystem_CAPS_static Hosting

Log category identifying logs coming from the hosting layer.

System_CAPS_pubfieldSystem_CAPS_static JobsController

Log category identifying logs coming from the JobsController.

System_CAPS_pubfieldSystem_CAPS_static MessageHandlers

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

System_CAPS_pubfieldSystem_CAPS_static ModelBinding

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

System_CAPS_pubfieldSystem_CAPS_static Prefix

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

System_CAPS_pubfieldSystem_CAPS_static Request

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

System_CAPS_pubfieldSystem_CAPS_static Routing

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

System_CAPS_pubfieldSystem_CAPS_static ScheduledJob

Log category identifying logs coming from a ScheduledJob.

System_CAPS_pubfieldSystem_CAPS_static Security

Log category identifying logs coming from security related processing.

System_CAPS_pubfieldSystem_CAPS_static TableControllers

Log category identifying logs coming from a Table Controller.

Thread Safety

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

See Also

Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top