ApiServices.Log Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a System.Web.Http.Tracing.ITraceWriter instance that logs information to the logging system. Log messages can be annotated with a System.Web.Http.Tracing.TraceLevel indicating the severity and a "Category" indicating the origin (i.e. the "source"). It is possible to filter which level and category or categories should be logged using the ConfigOptions when initializing the service.
public virtual System.Web.Http.Tracing.ITraceWriter Log { get; set; }
member this.Log : System.Web.Http.Tracing.ITraceWriter with get, set
Public Overridable Property Log As ITraceWriter
Property Value
Applies to
Azure SDK for .NET