LogCategories Class

Definition

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.

public static class LogCategories
type LogCategories = class
Public Class LogCategories
Inheritance
LogCategories

Fields

Action

Log category identifying logs coming from an ApiController action.

Config

Log category identifying logs coming from a configuration component.

Controllers

Log category identifying logs coming from an ApiController.

Filters

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

Formatting

Log category identifying logs coming from an ASP.NET Web API System.Net.Http.Formatting.MediaTypeFormatter.

HealthReporter

Log category identifying logs coming from a Health Reporter.

Hosting

Log category identifying logs coming from the hosting layer.

JobsController

Log category identifying logs coming from the JobsController.

MessageHandlers

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

ModelBinding

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

NotificationControllers

Log category identifying logs coming from the NotificationRegistrationIdsController or NotificationRegistrationsController controllers.

Prefix

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

Request

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

Routing

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

ScheduledJob

Log category identifying logs coming from a ScheduledJob.

Security

Log category identifying logs coming from security related processing.

TableControllers

Log category identifying logs coming from a Table Controller.

Applies to