ConfigOptions.MinimumTraceLevel Property
Gets or sets the minimum TraceLevel for log entries that will get logged. Logs with a TraceLevel below this level will be ignored. The default for this property is Info.
Namespace: Microsoft.WindowsAzure.Mobile.Service
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
Syntax
public TraceLevel MinimumTraceLevel { get; set; }
public:
property TraceLevel MinimumTraceLevel {
TraceLevel get();
void set(TraceLevel value);
}
member MinimumTraceLevel : TraceLevel with get, set
Public Property MinimumTraceLevel As TraceLevel
Property Value
Type: System.Web.Http.Tracing.TraceLevel
See Also
ConfigOptions Class
Microsoft.WindowsAzure.Mobile.Service Namespace
Return to top